Skip to content

Add notice for agency_id #2073

@Orkunnnn

Description

@Orkunnnn

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

Metadata

Metadata

Assignees

Labels

new ruleNew rule to be added

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions