Revision history for Perl distribution OMOP-CSV-Validator
0.04 2025-05-08T00:00:00Z (Manuel Rueda <mrueda@cpan.org>)
- Added opt-in <--json>, <--report-tsv>, and <--report-xlsx> CLI outputs for automation and spreadsheet users
- Added opt-in <--turbo> validation mode for large CSV workloads
- Improved OMOP DDL and null-marker handling
- Added automatic separator inference with explicit fallback for ambiguous files
- Expanded test coverage and added automated test workflow
0.03 2025-04-03T00:00:00Z (Manuel Rueda <mrueda@cpan.org>)
- Added blank_is_undef => 1 to TEXT::CSV_XS
- Fixed issue with non-required properties with NULL values
- Added a custom "_coerce" property on numeric fields to enable coercion into number
- Added Term::ANSIColor + emojis to stdout
- Added optional <--no-colors> parameter to turn off Term::ANSIColor
0.02 2025-04-02T00:00:00Z (Manuel Rueda <mrueda@cpan.org>)
- CLI errors are now sent to STDOUT (say) instead of STDERR (warn) for easier capture
- Fixed issue #1
- Added optional <--table> parameter to specify the table name for bin and utils
- Added optional <--save-schemas> parameter to save JSON schemas of tables to a file
0.01 2025-03-29T00:00:00Z (Manuel Rueda <mrueda@cpan.org>)
- First submission to CPAN
0.00_1 2025-03-29T00:00:00Z (Manuel Rueda <mrueda@cpan.org>)
- Test submission to CPAN