csv - CSV File Processing and Analysis
Process and analyze CSV data using bash command line tools
Tags
Updated: 2026-02-12Capabilities
Typical Inputs
Typical Outputs
What this skill does
- get CSV statistics
- filter CSV rows
- select CSV columns
- sort CSV data
Inputs
- CSV files
- column numbers
- filter values
- sort parameters
Outputs
- processed CSV files
- CSV statistics
- filtered data
- sorted data
Requirements
- bash shell environment
- awk, cut, sort, grep tools
- CSV file access
