Closed darked89 closed 10 months ago
Yes, you can specify the delimiter using the -d
flag. Have you tried csvlens -d \t data_timepoints.tsv
(without the double quotes) instead?
Correction: the correct command to use is
csvlens -d $'\t' data_timepoints.tsv
in order to specify the literal tab character properly in the command line. Alternatively, the main branch now supports an option -d auto
to auto-detect the delimiter.
Hello,
would it be possible to handle TSV files as well?
I did:
Thank you
DK