The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.013 - 2017-07-02

  • Add utility: csv-grep.
  • Add common option: --(no-)header to be able to handle CSV that does not have header row.

Documentation

Add a field to CSV file
Output a summary row which are arithmetic averages of data rows
Concatenate several CSV files together, collecting all the fields
Return a hash of field names as keys and first row as values
Delete one or more fields from CSV file
Only output row(s) where Perl expression returns true
List field names of CSV file
Munge a field in every row of CSV file
Replace newlines in CSV values
Only output selected field(s)
Only output specified row(s)
Sort CSV fields
Output a summary row which are arithmetic sums of data rows

Modules

CLI utilities related to CSV