pub fn parse_csv<I>( url: String, paths: I, ) -> Result<(Vec<String>, Vec<String>), Error>where I: Iterator<Item = PathBuf>,