Soutron Import
OPAC Plugin for data transfer from Soutron data sets
Last updated
OPAC Plugin for data transfer from Soutron data sets
Last updated
Name | Wert |
---|---|
This documentation describes the installation, configuration and use of the plugin. This plugin can be used to retrieve data from a Soutron system and transfer it to Goobi. Access to the Soutron catalogue must be guaranteed for this purpose.
The plugin consists of two files:
The file plugin_intranda_opac_soutron-base.jar
contains the program logic and must be installed readable for the user tomcat
at the following path:
The file plugin_intranda_opac_soutron.xml
must also be readable by the user tomcat
and must be located under the following path:
When you search for an identifier in Goobi, a request is sent to the configured URL in the background:
If a valid record is found, the record is searched for the field /soutron/catalogs_view/ct/cat/rt/@name
. The value is compared with the configured <docstructs>
list. If there is a match, the required structure element is created.
The configured XPath expressions configured for <metadata>
and <person>
are then evaluated.
The expressions apply to the element /soutron/catalogs_view/ct/
. If data is found with an expression, the corresponding specified metadata is generated. For persons, the system checks whether the value contains a comma. If this is the case, first name and surname are separated by a comma, otherwise the value is interpreted as a surname.
The configuration of the plugin is done in the following files located in the directory /opt/digiverso/goobi/config/
.
In the file goobi_opac.xml
the interface to the desired catalog system must be made known. This is done with an entry that looks like the following:
The attribute title
contains the name under which the catalog can be selected in the user interface, address
the URL to the GetCatalogue endpoint and opacType
the plugin to be used. In this case the entry must be plugin_intranda_opac_soutron
.
Only a search for an identifier is possible, so the other search options can be hidden. This is done within the <searchFields>
block.
The contents of the Soutron record are mapped to the metadata in Goobi in the plugin_intranda_opac_soutron.xml
file:
In the area <docstructs>
the mapping of the individual document types is defined. For each value that can occur in soutron, a <docstruct>
must exist. In the attribute soutron
the name that is contained in the soutron record is entered, in ruleset
the corresponding structure element from the ruleset is entered.
Then the mapping for persons and metadata is configured in <metadata>
and <person>
. Here there is a list of <element>
with the two attributes xpath
and metadata
. In xpath
an XPath expression is configured, which describes in which part of the XML document the content is expected. In metadata
the name of the metadata is defined, in which the content should be written afterwards.
Identifier
intranda_opac_soutron
Repository
Licence
GPL 2.0 or newer
Last change
25.07.2024 12:01:54