--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # csvclean > Find and clean common syntax errors in CSV files. > Included in csvkit. > More information: . - Clean a CSV file: `csvclean {{bad.csv}}` - List locations of syntax errors in a CSV file: `csvclean -n {{bad.csv}}`