Y
Hacker News
new
|
ask
|
show
|
jobs
by
xashor
2059 days ago
CSV to TSV via robust program, use AWK, and convert back if needed. Then you only have to remember the \\t\n\r escapes, not the whole quoting shenanigans.
1 comments
kasabali
2059 days ago
Even better just use TSV. Tabs are better separator for real world data, you can strip tabs unless you need to store verbatim string data.
link