pub fn parse_csv_as_btree( source: &str, delimiter: Option<char>, line_delimiter: Option<char>, ) -> Vec<BTreeMap<String, String>>
Parse CSV data into a BTreeMap record where both the keys and values are strings