bredelings / MCON

0 stars 0 forks source link

Allow convertion to and from CSV (not just TSV) #8

Open bredelings opened 11 months ago

bredelings commented 11 months ago

Tracer reads TSV, but other software reads or writes CSV.

bredelings commented 11 months ago

We could define

bredelings commented 11 months ago

Can we auto-detect the format?

Can we autodetect between CSJ, TSJ, CSV, TSV?

Can we have a line that reads as both CSJ and TSJ?

Can we have a line that reads as both CSV and CSJ?