Renaming files before the Rosetta ingest
This step plugin allows you to automatically adjust file names within Goobi's media and OCR folders and update the METS file of processes before the ingest into Rosetta is happening.
Overview
Name | Wert |
---|---|
Identifier | intranda_step_rename_files_before_rosetta |
Repository | |
Licence | GPL 2.0 or newer |
Last change | 25.07.2024 11:55:22 |
Introduction
This plugin is used to conditionally rename files within the media and ocr folders of an operation of Goobi workflow. The naming is dependent on the process title and a configurable format.
Installation
To install the plugin, the following file must be installed:
To configure how the plugin should behave, different values can be adjusted in the configuration file. The configuration file is usually located here:
As an example, the content of this configuration file looks like this:
This plugin is integrated into the workflow in such a way that it is executed automatically. Manual interaction with the plugin is not necessary. For use within a step of the workflow it should be configured as shown in the following screenshot.
Overview and functionality
The plugin is usually executed fully automatically within the workflow:
It first determines whether there is a block within the configuration file that has been configured for the current workflow with regard to project name and workflow step.
If this is the case, the plugin will rename all files from the relavant folders using the formula {tail of process_title after the first _ }_{formatted order of the file in this folder}
.
After that it will update the METS file to assure that Goobi workflow and Rosetta are still able to work with the updated information.
The plugin considers the files within the following subdirectories for naming:
media
alto
pdf
txt
xml
Configuration
The configuration of the plugin is done within the already mentioned configuration file. There you can configure various parameters. The block <config>
can occur repeatedly for different projects or work steps in order to be able to perform different actions within different workflows. The elements <format>
are decisive for the generation of the file names.
Value | Description |
---|---|
| This parameter determines the project for which the current block |
| This parameter controls for which work steps the block |
| This parameter allows the user to set the number of digits that should be used to format file's order among all files as part of its new name. If this parameter is not set or absent, then |
Last updated