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

Custom Seperator Support #10

Open
robinhur opened this issue Dec 7, 2020 · 2 comments
Open

Custom Seperator Support #10

robinhur opened this issue Dec 7, 2020 · 2 comments

Comments

@robinhur
Copy link

robinhur commented Dec 7, 2020

I'm dealing with CSV files with a custom delimiter
(I know "CSV" starts with "Comma", but) can we set a custom delimiter at the setting menu?

@xjcl
Copy link

xjcl commented Dec 8, 2020

+1 on this. I have a similar problem: Some inputs with ";" and some with "," and don't want to switch manually. Either allow setting a regex (,|;) or an auto-detect option (both of which pandas.read_csv has)

@rory-elula
Copy link

+1
Also, support for multiple formats of CSV
We use normal CSV's as well as pipe | separated, so being able to have it recognise multiple formats would be great

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

3 participants