-
Notifications
You must be signed in to change notification settings - Fork 114
Closed
Description
Is your feature request related to a problem? Please describe.
We should think of a mechanism to be able to:
- execute the CSV validation on a limited subset of files
- GTFS validation on this same subset of files
We must take into account that some files are linked fro example routes.txt, trips.txt, stop_times.txt. Therefore excluding trips.txt means that stop_times.txt would also be excluded from the GTFS validation.
NB: This process should take place in Main.java. See
gtfs-validator/application/cli-app/src/main/java/org/mobilitydata/gtfsvalidator/Main.java
Line 124 in 30d4872
| filenameList.remove("calendar.txt"); |
Describe the solution you'd like
We think about excluding for example shapes.txt. The solution would allow to exclude specific files through command line.
Describe alternatives you've considered
Additional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels