mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
210 B
210 B
csvclean
Finds and cleans common syntax errors in CSV files. Included in csvkit.
- Clean a CSV file:
csvclean {{bad.csv}}
- List locations of syntax errors in a CSV file:
csvclean -n {{bad.csv}}