pub fn csv_row_to_vector( line: &str, delimiter: Option<char>, consume_dquote: bool, ) -> Vec<String>
Split csv row into a vector of string