HERIS Vocabulary Update
Plugin for Automatic Update of the HERIS Vocabulary
Last updated
Plugin for Automatic Update of the HERIS Vocabulary
Last updated
Name | Wert |
---|---|
This documentation describes the installation, configuration, and usage of the plugin for the automatic, regular update of the HERIS vocabulary.
A prerequisite is Goobi version 23.03 or newer. Additionally, the following two files must be installed:
After installation, the functionality of the plugin is available within the REST API of Goobi workflow.
The import occurs regularly at the times specified in the goobi_config.properties
file. Alternatively, the import can also be manually triggered at any time. To do this, an administrator can open the Scheduled Tasks
section and execute the HERIS Import once.
When the plugin is executed, it connects to the SFTP server and searches for a JSON file. If multiple files exist, the file with the latest timestamp is used. The file is downloaded, opened, and the JSON array is split into individual objects. For each object, the identifier is searched and compared with existing records. If the identifier already exists in a record, the record is updated; otherwise, a new record is created.
Subsequently, the configured fields are iterated over, and the individual values are imported.
Finally, the downloaded file is deleted by the Goobi system. No data is changed on the SFTP system.
The plugin is configured in the file plugin_intranda_quartz_heris.xml
as shown here:
The following table contains a summary of the parameters and their descriptions:
To ensure the update is automatically executed, the execution time must be configured in the goobi_config.properties
file. This is done by specifying the cron syntax for when it should run. For a daily execution at midnight, the following can be used:
Parameter | Explanation |
---|---|
Identifier
intranda_quartz_heris
Repository
Licence
GPL 2.0 or newer
Last change
04.09.2024 09:40:43
<username>
The username for SFTP access.
<password>
The password for SFTP access.
<hostname>
The hostname of the SFTP server.
known_hosts
File with the server's fingerprint, required for authentication.
sftpFolder
Path to the JSON file on the SFTP server (use .
if stored in the home directory).
<herisFolder>
Local folder where the JSON file is downloaded.
<vocabulary>
Name of the vocabulary to be updated.
fieldName
Name of the field in the vocabulary to be overwritten.
jsonPath
JSONPath expression for extracting the field from the JSON file.
identifier
Identifier field for matching with the vocabulary.