mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-02 01:35:23 +02:00
added csvclean
This commit is contained in:
parent
f38c34f484
commit
fbb3ed8093
1 changed files with 12 additions and 0 deletions
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}}`
|
Loading…
Add table
Reference in a new issue