We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
E.g., a trips.txt file that begins with trip_id,service_id,block_id,shape_id,,,route_id will cause the trips table creation to fail.
trip_id,service_id,block_id,shape_id,,,route_id
The text was updated successfully, but these errors were encountered:
fix(load): handle empty column headers on feed load
d1cec53
fixes #124
No branches or pull requests
E.g., a trips.txt file that begins with
trip_id,service_id,block_id,shape_id,,,route_id
will cause the trips table creation to fail.The text was updated successfully, but these errors were encountered: