Install csvkit in an environment where Python can be used.
csvkit
brew install csvkit # or pip install csvkit
The command csvformat can be used, so execute it as follows.
csvformat
csvformat -T input.csv > output.tsv
Recommended Posts