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

Changes for version 1.006 - 2023-02-03

  • Add utilties: csv-check-field, csv-check-cell.

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
Check the value of cells of CSV against code/schema
Check the value of a whole field against code/schema
Concatenate several CSV files together, collecting all the fields
Return a hash of field names as keys and first data 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 data row
Substitute template values in a text file with fields from CSV rows
Find specified values in a CSV field
Output a frequency table of values of a specified field in CSV
Generate CSV data using Perl code
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)
Output a summary row which are range notation of numbers
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
Return one or more random rows from CSV
Select one or more random fields from CSV
Return one or more random rows from CSV
Replace newlines in CSV values
Only output selected field(s)
Only output of specified row numbers
Set operation (union/unique concatenation of rows, intersection/common rows, difference of rows) against several CSV files
Shuffle CSV rows
Shuffle CSV fields
Shuffle CSV rows
Sort CSV rows
Sort CSV fields
Sort CSV rows
Check that CSV rows are sorted
Check that CSV fields are sorted
Check that CSV rows are sorted
Split CSV file into several files
Output a summary row which are arithmetic sum of data rows
Transpose a CSV
Report or omit duplicated values in 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
Convert TSV to CSV

Modules

CLI utilities related to CSV
Return an enveloped aoaos table data from CSV data
Create a VCF from selected fields of the CSV
Add one or more fields to CSV file
Output a summary row which are arithmetic averages of data rows
Check the value of cells of CSV against code/schema
Check the value of a whole field against code/schema
Concatenate several CSV files together, collecting all the fields
Return a hash of field names as keys and first data 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 data row
Substitute template values in a text file with fields from CSV rows
Find specified values in a CSV field
Output a frequency table of values of a specified field in CSV
Generate CSV data using Perl code
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)
Output a summary row which are range notation of numbers
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
Select one or more random fields from CSV
Return one or more random rows from CSV
Replace newlines in CSV values
Only output selected field(s)
Only output of specified row numbers
Set operation (union/unique concatenation of rows, intersection/common rows, difference of rows) against several CSV files
Shuffle CSV fields
Shuffle CSV rows
Check that CSV fields are sorted
Check that CSV rows are sorted
Split CSV file into several files
Output a summary row which are arithmetic sum of data rows
Report or omit duplicated values in CSV