Skip to content

Commit

Permalink
docs: Link to csvsed
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jul 13, 2021
1 parent 5781310 commit a18e67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Processing

To deduplicate and merge CSV files, consider `csvdedupe <https://pypi.org/project/csvdedupe/>`__.

To change field values (i.e. to run ``sed`` or ``awk``-like commands on CSV files), consider `miller <https://miller.readthedocs.io/en/latest/>`_ (``mlr put``).
To change field values (i.e. to run ``sed`` or ``awk``-like commands on CSV files), consider `csvsed <https://pypi.org/project/csvsed/>`__ or `miller <https://miller.readthedocs.io/en/latest/>`_ (``mlr put``).

To transpose CSVs, consider `csvtool <https://colin.maudry.com/csvtool-manual-page/>`_. Install ``csvtool`` on Linux using your package manager, or on macOS using::

Expand Down

0 comments on commit a18e67b

Please sign in to comment.