We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Summary:
It seems I cannot delete trips where shape_id=""
Steps to reproduce:
Take the gtfs of testagency in onebusaway-gtfs-transformer/src/test/resources/org/onebusaway/gtfs_transformer/testagency
java -server -Xmx4096M -jar /jar/gtfs-transformer.jar --transform='{"op":"remove", "match":{"file":"trips.txt", "shape_id":""}}' /gtfs /gtfs
Expected behavior:
some trips should be removed because they have no shape_id
Observed behavior:
no trips removed
The text was updated successfully, but these errors were encountered:
Do I need to provide more details / background ?
Sorry, something went wrong.
No branches or pull requests
Summary:
It seems I cannot delete trips where shape_id=""
Steps to reproduce:
Take the gtfs of testagency in onebusaway-gtfs-transformer/src/test/resources/org/onebusaway/gtfs_transformer/testagency
java -server -Xmx4096M -jar /jar/gtfs-transformer.jar --transform='{"op":"remove", "match":{"file":"trips.txt", "shape_id":""}}' /gtfs /gtfs
Expected behavior:
some trips should be removed because they have no shape_id
Observed behavior:
no trips removed
The text was updated successfully, but these errors were encountered: