ETL-Yertl

 view release on metacpan or  search on metacpan

lib/ETL/Yertl/Help/Cookbook.pod  view on Meta::CPAN

ETL::Yertl::Help::Cookbook - Some recipies for common ETL tasks

=head1 VERSION

version 0.044

=head1 DESCRIPTION

This document describes how to do some common ETL tasks

=head1 EMBEDDED DOCUMENTS

When you've got serialized JSON in a database field, you can use C<jq> to deserialize
it:

    ysql TESTDB 'SELECT json_field FROM table'              # Query the database
        | yto json                                          # Convert to JSON for jq
        | js '.json_field | fromjson'                       # Inflate the JSON
        | yfrom json                                        # Convert back to Yertl

=head1 AUTHOR



( run in 0.420 second using v1.01-cache-2.11-cpan-5511b514fd6 )