PICA Import
OPAC Plugin for the data transfer of PICA data records
Overview
Name | Wert |
---|---|
Identifier | intranda_opac_pica |
Repository | |
Licence | GPL 2.0 or newer |
Last change | 25.07.2024 12:02:03 |
Introduction
This documentation describes the installation, configuration and use of the plugin. You can use this plugin to retrieve data from an external system and transfer it to Goobi. The catalog must have an API or URL that can be used to deliver records as OPACs.
Installation
The plugin consists of one file:
This file must be installed readable for the user tomcat
at the following path
Overview and functionality
When you search for an identifier in Goobi, a request is sent to the configured URL in the background.
After retrieving the actual record from the PICA-catalog, the metadata is mapped according to the rules configured in the rule set.
Configuration
The plugin itself does not have its own configuration. Instead, all configuration is carried out by making adjustments within Goobi workflow or the associated rule sets.
In the file goobi_opac.xml
, the interface to the desired catalogue system must be made known. This is done by means of an entry that looks like this:
The title
attribute contains the name under which the catalog can be selected in the user interface, address
the URL to the API endpoint and database
the database to be used.
The content of a PICA record is mapped within the Goobi workflow ruleset used in each case. For more information on how to configure this mapping, see the UGH documentation here:
Last updated