pub fn read_csv( file_path: &str, delimiter: &str, has_headers: bool, ) -> Result<HashMap<String, String>>