Tabular Data in Text Files (CSV, TSV, Etc.)
Last updated: January 18, 2021
Some tools for working with tabular data in text files (CSV, TSV, etc.):
q
(run SQL directly on CSV files)- Tablecruncher, a “lightweight CSV editor for your Mac” that can open large (2GB) CSV, TSV, etc. files in a spreadsheet-style interface.
xsv
, a fast CSV command line toolkit written in Rust.