System Grab Bag

View all TLDR pages from common (or from all pages)

csvclean

Finds and cleans 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}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.