pub fn create_csv_map<'a, 'b>(
    row: &'b StringRecord,
    headers: &'a Vec<String>
) -> BTreeMap<&'a str, &'b str>