rust-transit / gtfs-structure

Read a GTFS file
MIT License
57 stars 32 forks source link

Fix feed date #40

Closed antoine-de closed 4 years ago

antoine-de commented 4 years ago

due to a little gotcha, the fact that feed_{start|end}_date was a custom deserialize did not play nice with the column missing in the csv. This fixes it (so now, the column can be missing or empty)

Tristramg commented 4 years ago

A little test to confirm the behaviour with missing dates ?

antoine-de commented 4 years ago

:+1: I added a test