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

Option to slugify column names #33

Open
emreakg opened this issue Apr 7, 2021 · 0 comments
Open

Option to slugify column names #33

emreakg opened this issue Apr 7, 2021 · 0 comments

Comments

@emreakg
Copy link

emreakg commented Apr 7, 2021

Currently, names of the columns for a single google-sheet data stream is inferred from the first row of the sheet. Due to bad practice from sheet owners, column names often end up with non-ASCII characters, or problematic characters such as newlines. Such cases can be problematic depending on the singer target.

Would it be hard to implement an option to use python-slugify, or another way to standardize strings, to standardize column names?

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