logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Catmandu::Importer::SRU::Parser::mods - Package imports SRU responses with MODS records

Author

       Johann Rolschewski, "<jorol at cpan.org>"

perl v5.38.2                                       2021-09-02              Catmandu::Impo...U::Parser::mods(3pm)

Description

       Uses Catmandu::Importer::MODS to transform MODS records of the SRU response into hashes.

Name

       Catmandu::Importer::SRU::Parser::mods - Package imports SRU responses with MODS records

Synopsis

         my $importer = Catmandu::Importer::SRU->new(
           base => 'http://www.unicat.be/sru',
           query => '(isbn=0855275103 or isbn=3110035170 or isbn=9010017362 or isbn=9014026188)',
           recordSchema => 'mods',
           parser => 'mods',
         );

See Also