Skip to main content

Tooling

CSV Tools

Here are some useful tools for working with CSV files:

  • qsv: A command-line CSV data-wrangling toolkit
  • csvlens: A command-line CSV file viewer

These tools can help you efficiently view, analyze, and manipulate CSV data from the command line.

Install qsv

All the commands in this documentation are run using the qsv command-line tool. You can install qsv using Homebrew:

Using Homebrew

brew install qsv