Laurie
Laurie
**Describe the bug** Perhaps this is not a "bug" per se but it is not ideal. The [`non_ascii_or_non_printable_char`](https://github.com/MobilityData/gtfs-validator/blob/master/RULES.md#non_ascii_or_non_printable_char) validation uses a custom `columnName` field to identify the affected column in...
## **Feature request** It would be useful to be able to export `notice_schema.json` without actually validating a feed, so that we can automatically update our schema information for validation notices,...
**Summary:** I have a vehicle positions feed whose associated schedule feed has duplicate trip_ids in trips.txt and that is causing the RT validator to fail, error below. **Steps to reproduce:**...
**Summary:** I have a static feed that has an invalid `areas.txt` file (missing `wkt` field). I want to validate the associated RT data, but the validator throws a fatal Java...
As a Cal-ITP data user, I want obsolete Payments data models to be deprecated from the data warehouse so it's clear which data is current and maintained for active use....
As an analytics engineer, I want all of our columns to be documented in dbt so that future maintainers and users of the warehouse will understand what each column is...
As a transit data quality analyst, I want to know what GTFS validator version was run on a given date so that if/when we eventually upgrade the validator it will...
As an analytics engineer, I want to understand cases where key attributes differ between on and off taps in a variable fare payments transaction so that I can handle the...
In the course of investigating #3038, it became clear that one cause of missing transaction IDs in `fct_payments_rides` is that there are micropayments with no associated device transactions. As an...
In the course of investigating #3038, we found that we have an individual micropayment with a `charge_type` of `complete_variable_fare` but where there is only one device transaction. As an analytics...