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

Changes for version 0.050 - 2022-12-02

  • No functional changes.
  • [build] Rebuild to work around bug in my toolchain that still uses the old module to generate POD.

Documentation

App::CSVUtils cookbook
App::CSVUtils tips/tricks
Add one or more fields 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
Convert CSV to CSV
Delete one or more fields from CSV file
Dump CSV as data structure (array of array/hash)
Run Perl code for every row
Substitute template values in a text file with fields from CSV rows
Output a frequency table of values of a specified field in CSV
Get one or more cells from CSV
Only output row(s) where Perl expression returns true
Show information about CSV file (number of rows, fields, etc)
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 with Perl code
Munge each data arow of CSV file with Perl code
Replace newlines in CSV values
Only output selected field(s)
Only output specified row(s)
Set operation (union/unique concatenation of rows, intersection/common rows, difference of rows) against several CSV files
Sort CSV rows
Sort CSV fields
Sort CSV rows
Split CSV file into several files
Output a summary row which are arithmetic sums of data rows
Transpose a CSV
Convert CSV to CSV
Convert CSV to LTSV
Return an enveloped aoaos table data from CSV data
Convert CSV to TSV
Create a VCF from selected fields of the CSV
Dump CSV as data structure (array of array/hash)
Convert TSV to CSV

Modules

CLI utilities related to CSV