1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 17:42:07 +02:00
tldr/pages/common/csvclean.md
2019-06-09 18:53:49 +02:00

13 lines
295 B
Markdown

# csvclean
> Finds and cleans common syntax errors in CSV files.
> Included in csvkit.
> More information: <https://csvkit.readthedocs.io/en/latest/scripts/csvclean.html>.
- Clean a CSV file:
`csvclean {{bad.csv}}`
- List locations of syntax errors in a CSV file:
`csvclean -n {{bad.csv}}`