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

Automatically detect tab vs comma separated files #17

Open
bherr2 opened this issue Mar 2, 2023 · 0 comments
Open

Automatically detect tab vs comma separated files #17

bherr2 opened this issue Mar 2, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@bherr2
Copy link
Member

bherr2 commented Mar 2, 2023

Currently, the csv reader is actually assuming it's tab delimited (see here), but this is WRONG. Update the logic to test the header row and see if there is a tab in it. If it does, use '\t' as the delimiter, otherwise use ','.

You will have to read the file once to grab the lines in process_arguments around here.

@bherr2 bherr2 added the bug Something isn't working label Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants