pub fn detect_separator(file_path: &Path) -> Result<(u8, Option<Source>)>
Detect the separator of a CSV file
file_path
returns: Result<(u8, Option), Error>