csvformat -T data.csv

Category: Data Science & Analysis

csvformat -T data.csv

Convert a CSV to tab-delimited output

The -T flag is shorthand for tab-delimited output, converting commas to tabs while preserving quoting rules. The result is a TSV (tab-separated values) file suitable for tools that prefer tabs. Use -D '|' to choose any other delimiter. This command only changes the format, never the data.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.