← All GTFS fixes

Fix: a required column is missing from a file

Code: missing_required_column (MobilityData validator)

What this means

A GTFS file is present but is missing a column the spec requires. The notice names the file and the column, for example routes.txt without route_type, or stop_times.txt without departure_time.

Why it matters

This is an error, not a warning. A missing required column can make apps reject the file or drop the affected rows, so trips, routes, or stops can silently disappear from trip planners. It usually means the export is misconfigured or an older template is in use.

How to fix it

How long it usually takes

A configuration fix in your export, then a re-export. Short once you know which field is missing.

Authoritative rule

missing_required_column is a canonical MobilityData GTFS Validator notice used in validator reports across the GTFS ecosystem. Read the authoritative rule for missing_required_column in the GTFS Validator rules. (opens on an external site)

After you republish

Once the changed feed is live at your published URL, the next scorecard run checks it again. When the same complete producer contract no longer reports this finding, it can be recorded as a dated finding clearance. That confirms the later feed state, not who changed the feed or why.