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

Tab and Pipe delimiter csv's not working #103

Open
sagargg opened this issue Jun 27, 2023 · 2 comments
Open

Tab and Pipe delimiter csv's not working #103

sagargg opened this issue Jun 27, 2023 · 2 comments

Comments

@sagargg
Copy link

sagargg commented Jun 27, 2023

tab and pipe delimiter csv's not working as intended, I tried enabling SNIFF_DELIMITER=true but didn't help. However, the semicolon delimiter is working.
Here are the example csv's i used:

example_tsv.csv
example_pipe.csv

Screenshot 2023-06-27 at 10 07 30 AM Screenshot 2023-06-27 at 10 07 43 AM
@sagargg
Copy link
Author

sagargg commented Jun 29, 2023

Hi @jqnatividad, can this be fixed through configuration settings? or Datapusher Plus doesn't support tab and pipe delimiter csvs yet?

@jqnatividad
Copy link
Contributor

jqnatividad commented Jun 29, 2023

Hi @sagargg , I removed SNIFF_DELIMITER as it would sometimes do a false positive detection on some other delimiters.

I'll reintroduce it again in the next version, where I'll be using Python's own CSV sniffer, instead of using qsv's sniff command.

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

2 participants