Skip to content

Automatically detect tab vs comma separated files #17

@bherr2

Description

@bherr2

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions