Catmandu::Importer::SRU::Parser::raw
Package transforms SRU responses into a Perl hash
- Provided by: libcatmandu-sru-perl (Version: 0.43.0-2)
- Report a bug
Package transforms SRU responses into a Perl hash
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 => 'marcxml',
parser => 'raw',
);
Transforms each SRU record into a Perl hash containing the following fields:
Catmandu::Importer::SRU::Parser::meta
Patrick Hochstenbach, "<patrick.hochstenbach at ugent.be>"