Closed vmchale closed 9 months ago
Right now, if I'd like to convert csv to ASV, I need to input the ascii unit separaator in my shell:
csvformat -D$'\x1f'
...which is a bit of a pain. A --asv flag, like --out-tabs, would be quite nice.
--asv
--out-tabs
ASV would also imply using \x1e as the record separator. Is that your intention?
\x1e
Yes, that makes sense!
Thank you!
Right now, if I'd like to convert csv to ASV, I need to input the ascii unit separaator in my shell:
...which is a bit of a pain. A
--asv
flag, like--out-tabs
, would be quite nice.