parse_csv_as_btree

Function parse_csv_as_btree 

Source
pub fn parse_csv_as_btree(
    source: &str,
    delimiter: Option<char>,
    line_delimiter: Option<char>,
) -> Vec<BTreeMap<String, String>>
Expand description

Parse CSV data into a BTreeMap record where both the keys and values are strings