Group
Extension

Matches 4

Catmandu-LIDO ( N/NE/NETSENSEI/Catmandu-LIDO-0.10.tar.gz, NETSENSEI, 2017; MetaCPAN )
Catmandu-LIDO/lib/Catmandu/LIDO.pm ( view source; MetaCPAN )
 C<catmandu>:

  catmandu convert LIDO to JSON --fix lido.fix < data/lido.xml > data/lido.json

  catmandu convert JSON to LIDO --fix lido.fix < data/lido.json > data/lido.xml

See documentation of mo
Catmandu-LIDO ( N/NE/NETSENSEI/Catmandu-LIDO-0.10.tar.gz, NETSENSEI, 2017; MetaCPAN )
Catmandu-LIDO/lib/Catmandu/Importer/OAI/Parser/lido.pm ( view source; MetaCPAN )
:Parser::lido;

use Catmandu::Sane;
use Moo;
use Catmandu;
use Catmandu::Util;
use Lido::XML;
use JSON;

with 'Catmandu::Logger';

has 'lido'      => (is => 'lazy');

sub _build_lido {
    return Lido
Catmandu-LIDO ( N/NE/NETSENSEI/Catmandu-LIDO-0.10.tar.gz, NETSENSEI, 2017; MetaCPAN )
Catmandu-LIDO/README.pod ( view source; MetaCPAN )
 C<catmandu>:

  catmandu convert LIDO to JSON --fix lido.fix < data/lido.xml > data/lido.json

  catmandu convert JSON to LIDO --fix lido.fix < data/lido.json > data/lido.xml

See documentation of mo
Catmandu-LIDO ( N/NE/NETSENSEI/Catmandu-LIDO-0.10.tar.gz, NETSENSEI, 2017; MetaCPAN )
Catmandu-LIDO/lib/Catmandu/Exporter/LIDO.pm ( view source; MetaCPAN )
O exporter

=head1 SYNOPSIS

    # From the commandline
    $ catmandu convert JSON --fix myfixes to LIDO < /tmp/data.json

    # From Perl

    use Catmandu;

    # Print to STDOUT
    my $exporter =

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