From fbb3ed809308288947a6757673db9874b8397ba1 Mon Sep 17 00:00:00 2001 From: Hayden Schiff Date: Thu, 21 Jan 2016 18:02:42 -0500 Subject: [PATCH] added csvclean --- pages/common/csvclean.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/common/csvclean.md diff --git a/pages/common/csvclean.md b/pages/common/csvclean.md new file mode 100644 index 0000000000..612748e3b1 --- /dev/null +++ b/pages/common/csvclean.md @@ -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}}`