Extensions
Settings
(1) Hand input data over to archive system: If set (only possible if there is a connected archive system), the input data will be handed over to an archive system. Note: At the moment we only support LIB-IT.
(2) Check signing: If the signature system Digiseal from Secrypt is connected, signed input data is verified if the checkbox is set. If the signature is valid, Digiseal will generate a report. You can specify a profile to process that report. If the signature is invalid, an error will be generated and an error email will be sent. The configuration of Digiseal will not be described here.
(3) Environment check through: Here you can specify an Environment check class. See also section "Phase 2". Note: A documentation of a selected class can be obtained via the question mark icon.
(4) Preparsing by: You can execute a preparser before the parser. The preparser allows you to manipulate the raw input data before the parser creates the source tree. See also section "Phase 2". Note: A documentation of a selected class can be obtained via the question mark icon.
(5) Chain multiple preparser classes: See the following section.
(6) Class-Chain-Wizard: See the following section.
(7) Result of preparser overrides backup file: If this checkbox is set, the backup file of a job of this profile will not contain the original input data, but the data that results from the execution of the preparser. Note: The original file name and extension will be preserved.
(8) Postparsing by: Similar to the preparser, a postparser can be executed after the parser. See also section "Phase 2". Note: A documentation of a selected class can be obtained via the question mark icon.
Class chain wizard
If checkbox (5) is set, the ChainPreParser will automatically be set in (4). This allows the chaining of several preparsers. The configuration file for the ChainPreParser can be generated with (6). Select the preparsers (in the order they should be executed) and their respective parameters there.