leading_or_trailing_whitespaces The value in CSV file has leading or trailing whitespaces. This notice is emitted for values protected with double quotes since whitespaces for non-protected values are trimmed automatically by CSV parser. The validator strips whitespaces from protected values. We do not see any use case when such a whitespace may be needed. On the other hand, some real-world feeds use trailing whitespaces for some values and omit them for the others. This is causing the largest problem when a primary key and a foreign key differ just by a whitespace: it is clear that they are intended to be the same, that is why we always strip whitespaces. You can see more about this notice here. | missing_recommended_field | WARNING | 2 | missing_recommended_field A recommended field is missing. The given field has no value in some input row, even though values are recommended. You can see more about this notice here. | mixed_case_recommended_field | WARNING | 83 | mixed_case_recommended_field This field has customer-facing text and should use Mixed Case (should contain upper and lower case letters). This field contains customer-facing text and should use Mixed Case (upper and lower case letters) to ensure good readability when displayed to riders. Avoid the use of abbreviations throughout the feed (e.g. St. for Street) unless a location is called by its abbreviated name (e.g. “JFK Airport”). Abbreviations may be problematic for accessibility by screen reader software and voice user interfaces. Bad examples: Field Text |
|---|
| "GALLERIA MALL" | | "3427 GG 17" | | "21 Clark Rd Est" | You can see more about this notice here. Only the first 50 of 83 affected records are displayed below. | filename (?) Name of the faulty file. | fieldName (?) Name of the faulty field. | fieldValue (?) Faulty value. | csvRowNumber (?) The row number of the faulty record. |
|---|
| "routes.txt" | "route_short_name" | "CL-NB" | 2 | | "routes.txt" | "route_short_name" | "EU-SB" | 3 | | "routes.txt" | "route_short_name" | "KPL-SB" | 4 | | "routes.txt" | "route_short_name" | "KS-NB" | 5 | | "routes.txt" | "route_short_name" | "UPL-EB" | 9 | | "routes.txt" | "route_short_name" | "EU-NB" | 13 | | "routes.txt" | "route_short_name" | "KS-SB" | 14 | | "routes.txt" | "route_short_name" | "UPL-WB" | 15 | | "routes.txt" | "route_short_name" | "CL-SB" | 16 | | "routes.txt" | "route_short_name" | "KPL-NB" | 17 | | "routes.txt" | "route_short_name" | "100122 UPDATE: MALL LOOP" | 25 | | "routes.txt" | "route_long_name" | "MALL LOOP" | 25 | | "routes.txt" | "route_desc" | "2023 BLUE ROUTE PLAZA,BROADWAY CORRIDOR DOWNTOWN" | 27 | | "routes.txt" | "route_short_name" | "CL ROUTE" | 29 | | "routes.txt" | "route_long_name" | "T: KINGSTON INN-KINGSTON PLAZA" | 30 | | "routes.txt" | "route_desc" | "NATURE ROUTE 4/27/2024 RIVER" | 33 | | "routes.txt" | "route_desc" | "NATURE ROUTE 4/27/2024 RIDGE" | 34 | | "routes.txt" | "route_short_name" | "ULSTER COUNTY FAIR 2024" | 35 | | "routes.txt" | "route_long_name" | "ULSTER COUNTY FAIR" | 35 | | "routes.txt" | "route_desc" | "ULSTER COUNTY FAIR 2024" | 35 | | "routes.txt" | "route_desc" | "S2 SUNDAY SERVICE" | 39 | | "trips.txt" | "trip_headsign" | "SATURDAY_KPL_2023" | 15 | | "trips.txt" | "trip_headsign" | "SATURDAY_KPL_2023" | 16 | | "trips.txt" | "trip_headsign" | "SATURDAY_KPL_2023" | 17 | | "trips.txt" | "trip_headsign" | "SATURDAY_KPL_2023" | 18 | | "trips.txt" | "trip_headsign" | "SATURDAY_KPL_2023" | 19 | | "trips.txt" | "trip_headsign" | "SATURDAY_KS_2023" | 28 | | "trips.txt" | "trip_headsign" | "SATURDAY_KS_2023" | 29 | | "trips.txt" | "trip_headsign" | "SATURDAY_KS_2023" | 30 | | "trips.txt" | "trip_headsign" | "SATURDAY_KS_2023" | 31 | | "trips.txt" | "trip_headsign" | "SATURDAY_KS_2023" | 32 | | "trips.txt" | "trip_headsign" | "SAT NPL" | 47 | | "trips.txt" | "trip_headsign" | "SAT NPL" | 48 | | "trips.txt" | "trip_headsign" | "SAT NPL" | 49 | | "trips.txt" | "trip_headsign" | "SAT NPL" | 50 | | "trips.txt" | "trip_headsign" | "SAT NPL" | 51 | | "trips.txt" | "trip_headsign" | "SAT NPL" | 52 | | "trips.txt" | "trip_headsign" | "SAT NPL" | 53 | | "trips.txt" | "trip_headsign" | "SAT NPL" | 54 | | "trips.txt" | "trip_headsign" | "SAT NPL" | 55 | | "trips.txt" | "trip_headsign" | "SAT NPL" | 56 | | "trips.txt" | "trip_headsign" | "SAT NPL" | 57 | | "trips.txt" | "trip_headsign" | "SAT NPL" | 58 | | "trips.txt" | "trip_headsign" | "SAT NPL" | 59 | | "trips.txt" | "trip_headsign" | "SAT NPL" | 60 | | "trips.txt" | "trip_headsign" | "SAT NPL" | 61 | | "trips.txt" | "trip_headsign" | "SAT NPL" | 62 | | "trips.txt" | "trip_headsign" | "SATURDAY_UPL_2023" | 69 | | "trips.txt" | "trip_headsign" | "SATURDAY_UPL_2023" | 70 | | "trips.txt" | "trip_headsign" | "SATURDAY_UPL_2023" | 71 |
| route_long_name_contains_short_name | WARNING | 7 | route_long_name_contains_short_name Long name should not contain short name for a single route. In routes.txt, route_long_name should not contain the value for route_short_name,
because when both are provided, they are often combined by transit applications. Note that only
one of the two fields is required. If there is no short name used for a route, use
route_long_name only. Good examples: Bad examples: | route_short_name/route_long_name |
|---|
| "604"/"604" | | "14"/"Route 14" | | "2"/"Route 2: Bellows Falls In-Town" | You can see more about this notice here. | route_short_name_too_long | WARNING | 3 | route_short_name_too_long Short name of a route is too long (more than 12 characters). You can see more about this notice here. | same_name_and_description_for_route | WARNING | 1 | same_name_and_description_for_route Same name and description for route. The GTFS spec defines routes.txt
route_desc as: Description of a route that provides useful, quality information. Do not simply duplicate the name of the route. See the GTFS and GTFS Best Practices links below for more examples of how to populate the
route_short_name, route_long_name, and route_desc fields. You can see more about this notice here. | stop_too_far_from_shape | WARNING | 31 | stop_too_far_from_shape Stop too far from trip shape. Per GTFS Best Practices, route alignments (in shapes.txt) should be within 100 meters of
stop locations which a trip serves. This potentially indicates a problem with the location of
the stop or the path of the shape. You can see more about this notice here. | tripCsvRowNumber (?) The row number of the faulty record from `trips.txt`. | shapeId (?) The id of the shape that is referred to. | tripId (?) The id of the trip that is referred to. | stopTimeCsvRowNumber (?) The row number of the faulty record from `stop_times.txt`. | stopId (?) The id of the stop that is referred to. | stopName (?) The name of the stop that is referred to. | match (?) Latitude and longitude pair of the location. | geoDistanceToShape (?) Distance from stop to shape. |
|---|
| 108 | "11635" | "247189" | 994 | "92735" | "UCAT Golden Hill" | [41.93229,-74.01164] | 1671.4504219200069 | | 39 | "11638" | "247213" | 320 | "92735" | "UCAT Golden Hill" | [41.9326,-74.01559] | 1642.0296858361687 | | 153 | "11637" | "247196" | 1368 | "132705" | "Port Ewen Birches Apartments" | [41.89568482982365,-73.97384894768652] | 336.52034019883644 | | 155 | "11637" | "247203" | 1391 | "92735" | "UCAT Golden Hill" | [41.931120292039864,-74.00872858240653] | 1638.6585300079157 | | 224 | "11634" | "247166" | 2344 | "132725" | "Kingston Plaza" | [41.935574120156964,-74.01851638850827] | 199.77085571520857 | | 167 | "11633" | "247137" | 1474 | "92735" | "UCAT Golden Hill" | [41.932300000000005,-74.01151] | 1675.6534467990862 | | 6 | "11609" | "247177" | 43 | "92735" | "UCAT Golden Hill" | [41.9326,-74.01556] | 1642.2678853877633 | | 6 | "11609" | "247177" | 45 | "132725" | "Kingston Plaza" | [41.93560070325148,-74.0185411672829] | 199.94219173237363 | | 20 | "11601" | "247195" | 165 | "92735" | "UCAT Golden Hill" | [41.93094251468777,-74.00837407950438] | 1634.2596356713725 | | 84 | "11613" | "247390" | 775 | "92735" | "UCAT Golden Hill" | [41.91832000000001,-74.01528] | 187.92424485002041 | | 217 | "11737" | "249950" | 2244 | "132725" | "Kingston Plaza" | [41.938015868660706,-74.01545724229193] | 184.6312132813117 | | 222 | "11617" | "247164" | 2318 | "92735" | "UCAT Golden Hill" | [41.91859869126053,-74.01549014554648] | 182.05082821606473 | | 223 | "11617" | "247165" | 2329 | "132725" | "Kingston Plaza" | [41.93792453031057,-74.01552529655785] | 173.02483410473732 | | 187 | "11599" | "247150" | 1740 | "92735" | "UCAT Golden Hill" | [41.92032,-74.0039] | 1155.3694047372073 | | 141 | "11647" | "247245" | 1272 | "92718" | "Poughkeepsie Main St. & Market St." | [41.70279,-73.93661] | 720.4043787048328 | | 141 | "11647" | "247245" | 1276 | "92700" | "New Paltz TOPS Mkt" | [41.74322540073628,-74.0709576187205] | 193.24689539961508 | | 141 | "11647" | "247245" | 1277 | "92702" | "SUNY NP Campus Transportation Hub" | [41.74527633160881,-74.0763073318416] | 770.2249236839449 | | 129 | "11646" | "247230" | 1184 | "151318" | "Comfort Inn" | [42.08079,-73.96054] | 1328.5320965758676 | | 129 | "11646" | "247230" | 1188 | "92680" | "The Mill at Saugerties" | [42.07025296974273,-73.9483681306773] | 202.5145260883861 | | 74 | "11649" | "247235" | 699 | "92700" | "New Paltz TOPS Mkt" | [41.74317813022159,-74.0709434891514] | 197.4113543522356 | | 138 | "11648" | "247234" | 1250 | "92700" | "New Paltz TOPS Mkt" | [41.74323349216348,-74.07096638870426] | 192.78365497251423 | | 35 | "11640" | "247209" | 284 | "92676" | "Grant Ave @ North East Center" | [41.977951023220236,-73.98908812100213] | 441.6107143373424 | | 40 | "11640" | "247214" | 335 | "92685" | "Tech City" | [41.97279000000001,-73.98867] | 799.5362528787076 | | 40 | "11640" | "247214" | 339 | "92680" | "The Mill at Saugerties" | [42.07025296974273,-73.9483681306773] | 202.5145260883861 | | 121 | "11643" | "247222" | 1091 | "151318" | "Comfort Inn" | [42.0808,-73.9606] | 1324.2006143408578 | | 121 | "11643" | "247222" | 1097 | "92676" | "Grant Ave @ North East Center" | [41.977992012370905,-73.98922778061915] | 430.1511805220465 | | 119 | "11645" | "247220" | 1071 | "151142" | "Markertek-Ceres" | [42.03693,-73.97133] | 995.6002838603455 | | 119 | "11645" | "247220" | 1077 | "92676" | "Grant Ave @ North East Center" | [41.977992012370905,-73.98922778061915] | 430.1511805220465 | | 120 | "11645" | "247221" | 1081 | "151318" | "Comfort Inn" | [42.08083,-73.9606] | 1321.8804558913564 | | 126 | "11644" | "247227" | 1149 | "151318" | "Comfort Inn" | [42.08081,-73.9606] | 1323.4267458759136 | | 75 | "11650" | "247236" | 707 | "92700" | "New Paltz TOPS Mkt" | [41.74317813022159,-74.0709434891514] | 197.4113543522356 |
| stops_match_shape_out_of_order | WARNING | 12 | stops_match_shape_out_of_order Two stop entries are different than their arrival-departure order defined by shapes.txt. This could indicate a problem with the location of the stops, the path of the shape, or the sequence of the stops for their trip. You can see more about this notice here. | tripCsvRowNumber (?) The row number of the faulty record from `trips.txt`. | shapeId (?) The id of the shape that is referred to. | tripId (?) The id of the trip that is referred to. | stopTimeCsvRowNumber1 (?) The row number of the first faulty record from `stop_times.txt`. | stopId1 (?) The id of the first stop that is referred to. | stopName1 (?) The name of the first stop that is referred to. | match1 (?) Latitude and longitude pair of the first matching location. | stopTimeCsvRowNumber2 (?) The row number of the second faulty record from `stop_times.txt`. | stopId2 (?) The id of the second stop that is referred to. | stopName2 (?) The name of the second stop that is referred to. | match2 (?) Latitude and longitude pair of the second matching location. |
|---|
| 220 | "11745" | "249953" | 2306 | "92735" | "UCAT Golden Hill" | [41.9178888400628,-74.0174837325462] | 2305 | "127679" | "Wiltwyck Gardens" | [41.934329999999996,-74.00753] | | 212 | "11740" | "249944" | 2157 | "151042" | "Kingston Inn" | [41.95038226158749,-74.04032562761813] | 2156 | "127679" | "Wiltwyck Gardens" | [41.93432865451829,-74.00752781754696] | | 214 | "11740" | "249946" | 2187 | "151042" | "Kingston Inn" | [41.95038226158749,-74.04032562761813] | 2186 | "132725" | "Kingston Plaza" | [41.93654,-74.01648] | | 215 | "11740" | "249947" | 2206 | "151042" | "Kingston Inn" | [41.95038226158749,-74.04032562761813] | 2205 | "132725" | "Kingston Plaza" | [41.93654,-74.01648] | | 211 | "11742" | "249915" | 2155 | "127679" | "Wiltwyck Gardens" | [41.93432845942474,-74.00752741035892] | 2154 | "132968" | "Development Court" | [41.94758459559985,-73.99581222040558] | | 221 | "11743" | "249954" | 2308 | "151042" | "Kingston Inn" | [41.95033000000001,-74.04021] | 2307 | "132725" | "Kingston Plaza" | [41.93654,-74.01648] | | 238 | "11755" | "251147" | 2497 | "132733" | "Mary’s Avenue HealthAlliance" | [41.92234964441767,-73.99925958515287] | 2496 | "132915" | "Health Alliance Hospital" | [41.92072,-73.9999] | | 240 | "11755" | "251149" | 2536 | "132733" | "Mary’s Avenue HealthAlliance" | [41.92234964441767,-73.99925958515287] | 2535 | "132915" | "Health Alliance Hospital" | [41.92072,-73.9999] | | 85 | "11613" | "247391" | 796 | "92729" | "Plattekill Post Office" | [41.61724509168925,-74.07638326764805] | 795 | "92734" | "Newburgh Mall" | [41.51815659651978,-74.07077708272381] | | 89 | "11613" | "247395" | 848 | "92710" | "Rosendale Park & Ride" | [41.84250225983473,-74.07447694098067] | 847 | "92719" | "Rt 32 & Henry Dubois Dr" | [41.752972043173855,-74.08489540468624] | | 213 | "11738" | "249945" | 2176 | "132691" | "Hurley Ave @ Stony Run" | [41.93710999999999,-74.04117] | 2175 | "132725" | "Kingston Plaza" | [41.93654,-74.01648] | | 232 | "11707" | "249292" | 2438 | "132705" | "Port Ewen Birches Apartments" | [41.896088086405456,-73.96976193319878] | 2437 | "132968" | "Development Court" | [41.94756446168011,-73.99581461668997] |
| unused_shape | WARNING | 148 | unused_shape Shape is not used in GTFS file trips.txt. All records defined by GTFS shapes.txt should be used in trips.txt. You can see more about this notice here. Only the first 50 of 148 affected records are displayed below. | shapeId (?) The faulty record's id. | csvRowNumber (?) The row number of the faulty record. |
|---|
| "5400" | 2 | | "5412" | 330 | | "9692" | 1585 | | "9793" | 2181 | | "5403" | 3878 | | "5911" | 5001 | | "5912" | 5317 | | "5918" | 5706 | | "9676" | 6251 | | "9677" | 6682 | | "9785" | 7071 | | "5415" | 8021 | | "5595" | 8287 | | "9697" | 8586 | | "9786" | 8845 | | "9787" | 9067 | | "9788" | 9316 | | "9789" | 9591 | | "9790" | 9895 | | "9794" | 10123 | | "9850" | 10402 | | "9853" | 10654 | | "9854" | 10900 | | "9855" | 11161 | | "5418" | 12849 | | "8067" | 13122 | | "9693" | 13358 | | "9780" | 13587 | | "9781" | 13871 | | "9843" | 14360 | | "9844" | 14836 | | "5417" | 15268 | | "5669" | 15388 | | "8068" | 15472 | | "9860" | 15596 | | "9861" | 15923 | | "5399" | 17155 | | "8069" | 17461 | | "5419" | 17685 | | "6271" | 18031 | | "8071" | 18353 | | "8072" | 18689 | | "8073" | 19006 | | "9774" | 19327 | | "9775" | 19673 | | "5397" | 21208 | | "5398" | 21388 | | "9694" | 21786 | | "9845" | 21997 | | "5401" | 22375 |
| | | | | | | | |