The synchronization name splitter module is able to extract a part of name in a synchronization information and pass on a copy this information with a extracted part as a name.
The configuration of the synchronization name splitter module with name
NAME
is located in the synchnamesplitters/NAME
subdirectory.
The synchronization name splitter receives synchronization information
from the synchronization stream whose name is written to the file
insync
.
The string read from the file delimiter
is used for
splitting the name in the incoming synchornization information into
multiple parts.
If this file does not exists, the name is passed on unmodified.
The unsigned integer read from the file fieldno
selects
which part of the split name from the incoming synchornization
information is used in the outgoing synchronization information.
The value 0
select the leftmost part.
If this file does not exists, the name is passed on unmodified.
The file outsync
contains the name of the synchronization
stream to write the modified synchronization information to.
This synchronization information has the same pause mode and time stamp
as the incoming synchronizations, but the name is replaced with a part
of the original name.