You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When multiple rider categories are eligible for a single fare product specified by a fare_product_id, there must be exactly one of these eligible rider categories indicated as the default rider category
if rider_categories.txt does not exist: Do not trigger a notice and ignore subsequent checks For each fare_product_id: If multiple rider_category_id are associated: If more than one of these rider_category_id has is_default_fare_category ==1: Trigger Notice
FareProductId, CsvRowNumber1,CsvRowNumber2 (for the fare product), RiderCategoryId1,RiderCategoryId2
ERROR
A fare product in fare_products.txt has more than one eligible default rider category from rider_categories.txt.
Describe the problem
We adopted rider categories. The PR will be merged soon.
Describe the new validation rule
fare_product_id
, there must be exactly one of these eligible rider categories indicated as the default rider categoryrider_categories.txt
does not exist: Do not trigger a notice and ignore subsequent checksFor each
fare_product_id
: If multiplerider_category_id
are associated:If more than one of these rider_category_id has
is_default_fare_category ==1
: Trigger Noticefare_products.txt
has more than one eligible default rider category fromrider_categories.txt
.Sample GTFS datasets
http://developer.trimet.org/schedule/gtfs.zip
Severity
ERROR
Additional context
gtfs.org documentation: google/transit#511
The text was updated successfully, but these errors were encountered: