You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
charIndex | The location of the last character read from before the error occurred. | integer
lineIndex | The line number where the exception occurred. | integer
filename | The name of the faulty file. | string
message | The detailed message describing the error, and the internal state of the parser/writer. | string
parsedContent | The record number when the exception occurred. | string
Describe the problem
Equivalent rule of https://gtfs-validator.mobilitydata.org/rules.html#csv_parsing_failed-table
Describe the new validation rule
if geoJSON file cannot be parsed, return error.
charIndex | The location of the last character read from before the error occurred. | integer
lineIndex | The line number where the exception occurred. | integer
filename | The name of the faulty file. | string
message | The detailed message describing the error, and the internal state of the parser/writer. | string
parsedContent | The record number when the exception occurred. | string
Sample GTFS datasets
Example of what this looks like for
csv_parsing_failed
Severity
Error
Additional context
No response
The text was updated successfully, but these errors were encountered: