added csvclean
This commit is contained in:
12
pages/common/csvclean.md
Normal file
12
pages/common/csvclean.md
Normal 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}}`
|
Reference in New Issue
Block a user