You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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