Open nichtich opened 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.
I'd like to process PICA records retrieved from SRU like this
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.