csvtool Plugin
csvtool manipulates CSV data from the command line.
Usage Examples
- "extract the second column from a CSV"
- "count the number of rows in a CSV file"
- "convert CSV to tab-separated format"
- "join two CSV files on a common column"
Installation
brew install csvtool
Key Features
- Column extraction and reordering
- Row filtering by value or position
- Delimiter conversion (CSV/TSV)
- CSV file joining
- Record counting and statistics
- Lightweight with no dependencies