CSV
See also etc/tables.md how to convert CSV to tables
CSV cli tools
- miler comparism table
- Compares miller to datamash, xsv, csvkit, pivot, q
csvkit
A suite of utilities for converting to and working with CSV, the king of tabular file formats.
Install:
pamac install csvkit
Usage:
Convert csv to json:
csvjson data.csv > data.json