Catmandu

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    
        # run a fix script
        $ catmandu run myfixes.fix
    
        # or, create an executable fix script
        $ cat myfixes.fix
        #!/usr/local/bin/catmandu run
        do importer(OAI,url:"http://biblio.ugent.be/oai")
            retain(_id)
        end
        $ chmod 755 myfixes.fix
        $ ./myfixes.fix

DESCRIPTION

    Catmandu provides a command line tools for the conversion of various
    data formats including: JSON, YAML, RDF, CSV, TSV, XML and even Excel.
    Using extension modules, specialized conversions for metadata formats
    using in libraries, archives and museums is also supports. We provide
    support for MARC, MAB, MODS, OAI-PMH, PICA, PNX, RIS, LIDO, SRU and
    Z39.50.

bin/catmandu  view on Meta::CPAN


 # run a fix script
 $ catmandu run myfixes.fix

 # or, create an executable fix script
 $ cat myfixes.fix
 #!/usr/local/bin/catmandu run
 do importer(OAI,url:"http://biblio.ugent.be/oai")
    retain(_id)
 end
 $ chmod 755 myfixes.fix
 $ ./myfixes.fix
 
 # configuration
 $ cat catmandu.yml
 ---
 store:
  test1:
   package: MongoDB
   options:
    database_name: mydb

lib/Catmandu.pm  view on Meta::CPAN


    # run a fix script
    $ catmandu run myfixes.fix

    # or, create an executable fix script
    $ cat myfixes.fix
    #!/usr/local/bin/catmandu run
    do importer(OAI,url:"http://biblio.ugent.be/oai")
        retain(_id)
    end
    $ chmod 755 myfixes.fix
    $ ./myfixes.fix

=head1 DESCRIPTION

Catmandu provides a command line tools for the conversion of various data 
formats including: JSON, YAML, RDF, CSV, TSV, XML and even Excel. Using 
extension modules, specialized conversions for metadata formats using 
in libraries, archives and museums is also supports. We provide support 
for MARC, MAB, MODS, OAI-PMH, PICA, PNX, RIS, LIDO, SRU and Z39.50. 



( run in 0.296 second using v1.01-cache-2.11-cpan-496ff517765 )