NAME
Catmandu::Exporter::PICA - Package that exports PICA data
DESCRIPTION
See PICA::Data for more information about PICA data format and record structure.
CONFIGURATION
In addition to the configuration provided by Catmandu::Exporter the exporter can be configured with
- type
- 
Serialization type as described at Catmandu::Importer. Supports xml(default),plain,import,plus,picaplus,binary, andppxml.The type genericcan be used to further control output format with options:
- annotate
- 
Include field annotations to write annotated PICA format (e.g. PICA Patch format). 
- subfield_indicator
- 
Character sequence to use as subfield indicator (serialization type genericonly)
- field_separator
- 
Character sequence to write at the end of a field (serialization type genericonly)
- record_separator
- 
Character sequence to write at the end of a record (serialization type genericonly)