csvkitHow to install csvkit on Archlinux?
- Install
csvkiton Archlinux usingpacmanpackage manager:
sudo pacman -S csvkit
csvkitis a suite of command-line tools for converting to and working with CSV, the king of tabular file formats.- It contains utilities for converting to and working with CSV, the king of tabular file formats.
- It includes
csvcut,csvgrep,csvjoin,csvstat,csvlook,csvpyandcsvjsonfor manipulating CSV data. - For more information, please refer to the csvkit documentation.
More of Csvkit
- How to use csvkit on Windows?
- How to convert a csv file to tab delimited with csvkit?
- How to merge columns with csvkit?
- How to change the delimiter in csvkit?
- How to skip the first line with csvkit?
- How to add a header to a CSV file using csvkit?
- How to extract a column from a CSV file using csvkit?
- How to diff two CSV files using csvkit?
- How to rename a column with csvkit?
- How to format a date in csvkit?
See more codes...