pub fn parse_csv( file_path: &str, profile: &mut CsvMappingProfile, ) -> Result<Vec<NQuin>, String>
Parse CSV file using core-db parser