Hello,
The GTFS data I'm working with has whitespaces everywhere in all relevant data files, making them not parsable by DataStructures/GTFS/Data.h. Could I modify the IO::TrimChars in the main branch to have the chars ' ','\r','\n','\t', or is this not necessary for your use case?
Thanks