Describe the problem
agency_id is a conditionally required field, and there is no missing_agency_id notice for it. stop_name is also a conditionally required field, and it has its own missing_stop_name notice. Wouldn’t it make sense to have a similar notice for agency_id as well?
Describe the new validation rule
If:
(number_of_agencies > 1) AND (agency_id = '' OR agency_id is missing):
trigger a missing_agency_id notice
Sample GTFS datasets
No response
Severity
ERROR
Additional context
No response
Describe the problem
agency_idis a conditionally required field, and there is nomissing_agency_idnotice for it. stop_name is also a conditionally required field, and it has its ownmissing_stop_namenotice. Wouldn’t it make sense to have a similar notice foragency_idas well?Describe the new validation rule
If:
(number_of_agencies > 1) AND (agency_id = '' OR agency_id is missing):
trigger a
missing_agency_idnoticeSample GTFS datasets
No response
Severity
ERROR
Additional context
No response