gtfs-lib
gtfs-lib copied to clipboard
load tables that are not in the GTFS spec
In the new sql-loader branch we load columns that are not recognized by our software as belonging to the GTFS spec. We should do the same for entire tables that are not recognized. This is a potential SQL injection site, so table names should be cleaned and validated.
@abyrd any further thoughts on this? It would really help me out if this were implemented.