Changes for version 0.012 - 2024-03-07
- Field now has 'coerce' attribute which can be a coderef, or enable Type::Tiny coercion.
- TableReader 'input' attribute can now be an arrayref, as a shorthand for the 'Mock' decoder.
- Improved unit tests
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)