mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 03:22:08 +02:00

* pages*: improve page descriptions * ical: improve page description * cockpit-desktop: remove unneeded word from page description * nc: improve description wording --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
13 lines
293 B
Markdown
13 lines
293 B
Markdown
# csvclean
|
|
|
|
> Find and clean 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}}`
|