https://github.com/gbv/catmandu-pica
Catmandu modules for working with PICA+ data
https://github.com/gbv/catmandu-pica
code4lib
Last synced: 4 months ago
JSON representation
Catmandu modules for working with PICA+ data
- Host: GitHub
- URL: https://github.com/gbv/catmandu-pica
- Owner: gbv
- License: other
- Created: 2013-09-06T07:27:36.000Z (almost 13 years ago)
- Default Branch: main
- Last Pushed: 2023-08-28T10:25:37.000Z (almost 3 years ago)
- Last Synced: 2025-01-06T10:32:23.085Z (over 1 year ago)
- Topics: code4lib
- Language: Pascal
- Homepage: https://metacpan.org/release/Catmandu-PICA
- Size: 385 KB
- Stars: 4
- Watchers: 6
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
# NAME
Catmandu::PICA - Catmandu modules for working with PICA+ data
[](https://github.com/gbv/Catmandu-PICA/actions/workflows/linux.yml)
[](https://ci.appveyor.com/project/nichtich/catmandu-pica)
[](https://coveralls.io/r/gbv/Catmandu-PICA?branch=main)
[](http://cpants.cpanauthors.org/dist/Catmandu-PICA)
# DESCRIPTION
Catmandu::PICA provides methods to work with PICA data within the [Catmandu](https://metacpan.org/pod/Catmandu)
framework.
See [PICA::Data](https://metacpan.org/pod/PICA%3A%3AData) for more information about PICA data format and record
structure.
See [Catmandu::Introduction](https://metacpan.org/pod/Catmandu%3A%3AIntroduction) and [http://librecat.org/Catmandu](http://librecat.org/Catmandu) for an
introduction into Catmandu.
# CATMANDU MODULES
- [Catmandu::Exporter::PICA](https://metacpan.org/pod/Catmandu%3A%3AExporter%3A%3APICA)
- [Catmandu::Fix::pica\_map](https://metacpan.org/pod/Catmandu%3A%3AFix%3A%3Apica_map)
- [Catmandu::Fix::pica\_remove](https://metacpan.org/pod/Catmandu%3A%3AFix%3A%3Apica_remove)
- [Catmandu::Fix::pica\_keep](https://metacpan.org/pod/Catmandu%3A%3AFix%3A%3Apica_keep)
- [Catmandu::Fix::pica\_tag](https://metacpan.org/pod/Catmandu%3A%3AFix%3A%3Apica_tag)
- [Catmandu::Fix::pica\_occurrence](https://metacpan.org/pod/Catmandu%3A%3AFix%3A%3Apica_occurrence)
- [Catmandu::Fix::Bind::pica\_each](https://metacpan.org/pod/Catmandu%3A%3AFix%3A%3ABind%3A%3Apica_each)
- [Catmandu::Fix::Bind::pica\_diff](https://metacpan.org/pod/Catmandu%3A%3AFix%3A%3ABind%3A%3Apica_diff)
- [Catmandu::Fix::Condition::pica\_match](https://metacpan.org/pod/Catmandu%3A%3AFix%3A%3ACondition%3A%3Apica_match)
- [Catmandu::Fix::pica\_add](https://metacpan.org/pod/Catmandu%3A%3AFix%3A%3Apica_add)
- [Catmandu::Fix::pica\_set](https://metacpan.org/pod/Catmandu%3A%3AFix%3A%3Apica_set)
- [Catmandu::Importer::PICA](https://metacpan.org/pod/Catmandu%3A%3AImporter%3A%3APICA)
- [Catmandu::Importer::SRU::Parser::picaxml](https://metacpan.org/pod/Catmandu%3A%3AImporter%3A%3ASRU%3A%3AParser%3A%3Apicaxml)
- [Catmandu::Importer::SRU::Parser::ppxml](https://metacpan.org/pod/Catmandu%3A%3AImporter%3A%3ASRU%3A%3AParser%3A%3Appxml)
- [Catmandu::Validator::PICA](https://metacpan.org/pod/Catmandu%3A%3AValidator%3A%3APICA)
# CONTRIBUTORS
Johann Rolschewski
Jakob Voß
Carsten Klee
# COPYRIGHT
Copyright 2014- Johann Rolschewski and Jakob Voss
# LICENSE
This library is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.
# SEE ALSO
[PICA::Data](https://metacpan.org/pod/PICA%3A%3AData), [Catmandu](https://metacpan.org/pod/Catmandu)