Group
Extension

Matches 1

OMOP-CSV-Validator ( M/MR/MRUEDA/OMOP-CSV-Validator-0.03.tar.gz, MRUEDA, 2025; MetaCPAN )
OMOP-CSV-Validator/lib/OMOP/CSV/Validator.pm ( view source; MetaCPAN )
package OMOP::CSV::Validator;

use strict;
use warnings;
use utf8;
use JSON::XS;
use JSON::Validator;
use Text::CSV_XS;
use Scalar::Util qw(looks_like_number);
use Path::Tiny;
use Data::Dumper;

our $
ol and Perl module designed to validate OMOP Common Data Model (CDM) CSV files. It auto-generates JSON schemas from PostgreSQL DDL files and then validates CSV rows against those schemas.

=head1 METH
xt)
#
# Parses all CREATE TABLE definitions from a PostgreSQL OMOP DDL
# and returns a hashref of JSON schemas keyed by table name (lowercase).
########################################################

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.