From 9a9b8c192dbe733fc1ff5083287818574301f590 Mon Sep 17 00:00:00 2001 From: Tim Millet Date: Thu, 12 May 2022 13:37:29 -0400 Subject: [PATCH] Add translation precedence --- gtfs/spec/en/reference.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtfs/spec/en/reference.md b/gtfs/spec/en/reference.md index 7f8ff23aa..8efa0e7b2 100644 --- a/gtfs/spec/en/reference.md +++ b/gtfs/spec/en/reference.md @@ -458,6 +458,8 @@ Primary key (none) The file contains information about the dataset itself, rather than the services that the dataset describes. In some cases, the publisher of the dataset is a different entity than any of the agencies. +If both referencing methods (`record_id`, `record_sub_id`) and `field_value` are used to translate the same value in 2 different rows, the translation provided with (`record_id`, `record_sub_id`) takes precedence. + | Field Name | Type | Presence | Description | | ------ | ------ | ------ | ------ | | `feed_publisher_name` | Text | **Required** | Full name of the organization that publishes the dataset. This may be the same as one of the `agency.agency_name` values. |