Generate Identifier
This step plugin allows you to generate configurable identifiers and save them within a metadata in the METS file.
Overview
Name | Wert |
---|---|
Identifier | intranda_step_generateIdentifier |
Repository | |
Licence | GPL 2.0 or newer |
Last change | 25.07.2024 11:58:41 |
Introduction
The plugin allows the automatic generation of identifiers and the saving within a metadata in the METS file of the corresponding processes.
Installation
To install the plugin, the following file must be installed:
To configure how the plugin should behave, various values can be adjusted in the configuration file. The configuration file is usually located here:
Overview and functionality
To use the plugin, it must be activated for one or more desired tasks in the workflow. This is done as shown in the following screenshot by selecting the plugin intranda_step_generateIdentifier
from the list of installed plugins.
Since this plugin is usually to be executed automatically, the step in the workflow should be configured as automatic.
Once the plugin is fully installed and set up, it is usually executed automatically within the workflow, so there is no manual interaction with the user. Instead, the workflow calls the plugin in the background and starts the generation of an identifier depending on the selected configuration.
Configuration
The configuration of the plugin is structured as follows:
The block <config>
can occur repeatedly for different projects or workflow steps in order to be able to carry out different actions within different workflows. The other parameters within this configuration file have the following meanings:
Value | Description |
---|---|
| This parameter determines the project for which the current block |
| This parameter controls for which workflow steps the block |
| This parameter can be used to specify in which metadata field the generated identifier is to be written. |
| This parameter allows you to choose between different types for generating the identifier. Available are random numbers ( |
| If a random number was selected as the type, the number of digits can be specified here. |
| If this parameter is set to |
Last updated