...
These three definitions follow a certain structure that will be described in the following sections.
DataInterface definition
The data interface describes the data and positions of data which will be used in the linking process. Index files contain these values and needs to fit the definition. Regularly, the DataInterface is derived from the structure defined from the index file content.
...
Every row within a DataInterface defines a value. It’s also possible to reuse an already defined value in a DataInterface-definition by putting an @-sign before the values name and, like in the example above, using it e.g. as a fallback / default value.
Archiving system definition
It’s often necessary to define one or many connections to the archiving system, so KGS DocumentRouter knows how to communicate with the archive and where to exactly archive the processed documents.
...
Sample of multiple archiving connection definitions |
---|
[_ARC_FI] [_ARC_TE] |
SIDMapping definition
In document router 4 the SID mapping for linking does not exist anymore via SID mapping file.
...