Skip to content
New issue

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

Issue with invalid csv column names #33

Closed
jonwarghed opened this issue Jun 14, 2019 · 0 comments
Closed

Issue with invalid csv column names #33

jonwarghed opened this issue Jun 14, 2019 · 0 comments

Comments

@jonwarghed
Copy link
Contributor

Having issue with that my csv column names are not valid bigquery names. Renaming and handling this is outside my control and schema is updated frequently. Ran into this library which makes it much easier but noticed I had to process everything twice to clean up the invalid names.

Bigquery does an automatic substitution in accordance with what is described in this issue #14

So added a pull request that allows one to run it with a sanitize names mode if wanted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant