csvkit
Manipulation toolkit for CSV files.
See the individual commands: `csvclean`, `csvcut`, `csvformat`, `csvgrep`, `csvlook`, `csvpy`, `csvsort`, `csvstat`.
- Run a command on a CSV file with a custom delimiter:
{cmd} -d {delimiter} {filename.csv}
- Run a command on a CSV file with a tab as a delimiter (overrides -d):
{cmd} -t {filename.csv}
- Run a command on a CSV file with a custom quote character:
{cmd} -q {quote_char} {filename.csv}
- Run a command on a CSV file with no header row:
{cmd} -H {filename.csv}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).