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

Improve csv file handling (separator and file encoding) #103

Open
dragoudin opened this issue Oct 14, 2022 · 0 comments
Open

Improve csv file handling (separator and file encoding) #103

dragoudin opened this issue Oct 14, 2022 · 0 comments
Labels
enhancement Enhancement of existing functionality

Comments

@dragoudin
Copy link
Contributor

What feature do you want to see added?

Currently, for csv file, field separator is set to ",".
Depending on data, this field can be different.
It would be good to have an option for csv files (sep, delimiter???) which could be set to '\t', ",", ";", ":"... or any user character.

For file encoding, my data use UTF-8. I don't know if the tool autodetect encoding or if data with other encoding might cause problems.

Upstream changes

No response

@dragoudin dragoudin added the enhancement Enhancement of existing functionality label Oct 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement of existing functionality
Projects
None yet
Development

No branches or pull requests

1 participant