Csvtool

Use this skill when the user wants to manipulate CSV files — extract columns, filter rows, join files, or convert delimiters.

javimosch c0a844b 680 B Updated

File contents

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

javimosch/supercli/tree/main/plugins/csvtool/skills/quickstart commit c0a844b66e

Frequently asked questions

npx skillmds@latest add javimosch/csvtool