Skip to content

Commit

Permalink
docs: csvclean doesn't fix the header row
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed May 2, 2024
1 parent f2f8b4d commit efa5897
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/scripts/csvcut.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
========
Expand Down
2 changes: 1 addition & 1 deletion docs/scripts/csvlook.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit efa5897

Please sign in to comment.