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

Changes for version 0.020 - 2024-04-30

  • Rename on_validation_fail -> on_validation_error The action codes are the same, but the callback has different arguments. Old callbacks applied using the attribute name 'on_validation_fail' will continue to work.
  • New iterator attribute 'dataset_idx', for keeping track of which dataset you're on.
  • Unimplemented Iterator->seek now dies as per the documentation. (no built-in iterator lacked support for seek, so unlikely to matter)

Modules

Extract records from "dirty" tabular data sources
Base class for table decoders
Access rows of a comma-delimited text file
Access rows of a badly formatted comma-delimited text file
Decoder that returns supplied data without decoding anything
Base class for implementing spreadsheet decoders
Access rows of a tab-delimited text file
Access sheets/rows of a Microsoft Excel '97 workbook
Access sheets/rows of a modern Microsoft Excel workbook
Field specification for Data::TableReader
Base class for iterators (blessed coderefs)