I am using the gtfs-transformer-cli for running several transformations. After transforming my GTFS feed, the columns pickup_type, drop_off_type and shape_dist_traveled are missing in the transformed feed. Even if I am running to transformations which should affect stop times at all.
Summary:
I am using the gtfs-transformer-cli for running several transformations. After transforming my GTFS feed, the columns pickup_type, drop_off_type and shape_dist_traveled are missing in the transformed feed. Even if I am running to transformations which should affect stop times at all.
Steps to reproduce:
See the following files attached:
gtfs-static.zip > The original GTFS-Feed
gtfs-static-transformations.txt > The file containing the transformations
gtfs-static-transformed.zip > The finally transformed GTFS feed
gtfs-static-transformations-full.txt > A file containing several more transformations which are currently done in my production environment
Expected behavior:
The columns are not removed.
Observed behavior: The columns mentioned above are removed entirely, maybe some other columns may be affected too.
Platform: Test Environment: Windows 10 using Java 17.0.6 Prod Environment: Ubuntu 24.04 using Java in a Docker container (exoplatform/jdk)