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

Changes for version 0.020 - 2019-04-29

  • Add utilities: csv-setop, csv-sort-rows (with alias csv-sort), csv-lookup-fields.
  • Make $main::csv available to Perl code.
  • [bugfix] A couple of fixes.

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
Dump CSV as data structure (array of array/hash)
Run Perl code for every row
Only output row(s) where Perl expression returns true
List field names of CSV file
Fill fields of a CSV file from another
Return result of Perl code for every row
Munge a field in every row of CSV file
Replace newlines in CSV values
Only output selected field(s)
Only output specified row(s)
Set operation against several CSV files
Sort CSV rows
Sort CSV fields
Sort CSV rows
Output a summary row which are arithmetic sums of data rows
Dump CSV as data structure (array of array/hash)

Modules

CLI utilities related to CSV