-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GtfsWriter not ignoring FareAttribute's optional columns #72
Comments
Anybody? |
Still undergoing that issue. |
New attribute eligibilityRestricted is not being ignored. |
Hi Russell, can you attach a sample GTFS that demonstrates the issue, and tell us a bit more about your use case? Are you using the GTFS Transformer CLI? And sorry for the delay in responding ... Sheldon |
Hi @sheldonabrown, No worries, I understand the delay. In the latest version of For instance, when it comes to the creation of Routes, I create them that way:
Finally, the routes.txt file contains rows with the column |
Anything on this issue? |
I've been able to ignore extra columns for Agency, for instance, as follows:
`
private Agency agency;
`
But, when it comes to ignore optional columns for FareAttributes, there are two columns which aren't ignored when generating TXTs. This is the piece of code regarding Fares:
`
private List fares;
// ...
// Fares
logHelper.logMessage("\t[11.5] Construyendo fare_attributes.txt y fare_rules.txt...");
Is that a bug or not?
The text was updated successfully, but these errors were encountered: