hove-io / transit_model

Managing transit data with Rust
GNU Affero General Public License v3.0
53 stars 28 forks source link

Allow reading GTFS csv files with a flexible option for columns number #748

Closed fchabouis closed 3 years ago

fchabouis commented 3 years ago

Hi,

I am Francis Chabouis, working as a developper for transport.data.gouv.fr. We are using gtfs2netexfr to generate NeTEx files from the GTFS available on our plateform.

For the moment I didn't see an option to read GTFS files with a flexible option, meaning a way to convert GTFS files containing CSV with a non-constant number of columns.

It is unfortunately possible that provided CSV files have missing columns on some rows, and we would like gtfs2netexfr to be able to handle such cases.

We have an issue on our project, with a an example of such a GTFS.

Thank you and let me know if you need further explanations on this request.

woshilapin commented 3 years ago

We'll take a look. Seems like an easy fix. Let us come back to you.

woshilapin commented 3 years ago

Fixed by #770.