Changes for version 0.015 - 2019-04-15

  • Add utility: csv-each-row.
  • Make $main::field_idxs also available for Perl code.
  • [ux] CLIs do not need to read env or config.
  • Allow 'eval' argument to be coderef, for when csvutil() is called from Perl.

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
Run Perl code for every row
Only output row(s) where Perl expression returns true
List field names of CSV file
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)
Sort CSV fields
Output a summary row which are arithmetic sums of data rows

Modules

CLI utilities related to CSV