From efa5897865db2189153df4e55430608c6e5229d2 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Thu, 2 May 2024 13:14:50 -0400 Subject: [PATCH] docs: csvclean doesn't fix the header row --- docs/scripts/csvcut.rst | 2 +- docs/scripts/csvlook.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/scripts/csvcut.rst b/docs/scripts/csvcut.rst index 0a6efe1d0..0c35e8764 100644 --- a/docs/scripts/csvcut.rst +++ b/docs/scripts/csvcut.rst @@ -45,7 +45,7 @@ See also: :doc:`../common_arguments`. .. note:: - If a data row is longer than the header row, its additional columns are truncated. Use :doc:`csvclean` first to fix such rows. + If a data row is longer than the header row, its additional columns are truncated. Examples ======== diff --git a/docs/scripts/csvlook.rst b/docs/scripts/csvlook.rst index 38ab7b1ff..6f10fcb4e 100644 --- a/docs/scripts/csvlook.rst +++ b/docs/scripts/csvlook.rst @@ -72,7 +72,7 @@ This tool is especially useful as a final operation when piping through other to csvcut -c 9,1 examples/realdata/FY09_EDU_Recipients_by_State.csv | csvlook -If a data row contains more cells than the header row, csvlook will error. To fix the header row, use :doc:`csvclean`. +If a data row contains more cells than the header row, csvlook will error. Use :doc:`csvclean` to remove such rows. To ignore the extra cells, instead: