1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 12:15:22 +02:00

added csvclean

This commit is contained in:
Hayden Schiff 2016-01-21 18:02:42 -05:00
parent f38c34f484
commit fbb3ed8093

12
pages/common/csvclean.md Normal file
View file

@ -0,0 +1,12 @@
# 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}}`