Skip to main content

parse_csv

Function parse_csv 

Source
pub fn parse_csv(
    file_path: &str,
    profile: &mut CsvMappingProfile,
) -> Result<Vec<NQuin>, String>
Expand description

Parse CSV file using core-db parser