mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 22:42: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>
293 B
293 B
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}}