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