Open barbeau opened 5 years ago
Moved here from https://github.com/OneBusAway/onebusaway-application-modules/issues/231, by @skinkie.
I think the issue is clear. I am trying to remove an agency. {"op":"remove","match":{"file":"agency.txt","agency_id":"63"}} The result is a GTFS container with the agency removed. But it seems that the fare_rules.txt file is not being processed for the routes the agency might have defined but that have been removed with the above operation.
I think the issue is clear. I am trying to remove an agency.
{"op":"remove","match":{"file":"agency.txt","agency_id":"63"}}
The result is a GTFS container with the agency removed. But it seems that the fare_rules.txt file is not being processed for the routes the agency might have defined but that have been removed with the above operation.
@barbeau tnx
Moved here from https://github.com/OneBusAway/onebusaway-application-modules/issues/231, by @skinkie.