detect_separator

Function detect_separator 

Source
pub fn detect_separator(file_path: &Path) -> Result<(u8, Option<Source>)>
Expand description

Detect the separator of a CSV file

ยงArguments

  • file_path: Path to the CSV file

returns: Result<(u8, Option), Error>