tldr/pages/common/csvclean.md

14 lines
295 B
Markdown
Raw Normal View History

2016-01-21 23:02:42 +00:00
# csvclean
> Finds and cleans common syntax errors in CSV files.
> Included in csvkit.
2019-06-09 00:05:31 +01:00
> More information: <https://csvkit.readthedocs.io/en/latest/scripts/csvclean.html>.
2016-01-21 23:02:42 +00:00
- Clean a CSV file:
`csvclean {{bad.csv}}`
- List locations of syntax errors in a CSV file:
`csvclean -n {{bad.csv}}`