Skip to content

Commit

Permalink
Specify that the filename are case sensitive (google#300)
Browse files Browse the repository at this point in the history
Closes google#297
  • Loading branch information
Tristramg committed Jan 28, 2022
1 parent 23d877e commit 0033573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtfs/spec/en/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ The following requirements apply to the format and contents of the dataset files

* All files must be saved as comma-delimited text.
* The first line of each file must contain field names. Each subsection of the [Field Definitions](#field-definitions) section corresponds to one of the files in a GTFS dataset and lists the field names that may be used in that file.
* All field names are case-sensitive.
* All file and field names are case-sensitive.
* Field values must not contain tabs, carriage returns or new lines.
* Field values that contain quotation marks or commas must be enclosed within quotation marks. In addition, each quotation mark in the field value must be preceded with a quotation mark. This is consistent with the manner in which Microsoft Excel outputs comma-delimited (CSV) files. For more information on the CSV file format, see [http://tools.ietf.org/html/rfc4180](http://tools.ietf.org/html/rfc4180).
The following example demonstrates how a field value would appear in a comma-delimited file:
Expand Down

0 comments on commit 0033573

Please sign in to comment.