LibreCat / Catmandu-SRU

Catmandu module for working with SRU data.
https://metacpan.org/release/Catmandu-SRU
5 stars 5 forks source link

Use SRU with another importer #14

Open nichtich opened 9 years ago

nichtich commented 9 years ago

I'd like to process PICA records retrieved from SRU like this

catmandu convert SRU --base http://sru.gbv.de/gvk --query zzzz \
    --recordSchema picaxml --parser PICA to PICA --type plain

Right now a subclass of Catmandu::Importer::SRU::Parser needs to be implemented for every format. Catmandu::Importer::SRU should better support direct use of importers e.g. Catmandu::Importer::PICA.