This element connects several strings together. It concatenates the strings in input and set the result to the strings in output. This means than whenever the 'from' strings changes, the 'to' strings takes the concatenated values of the 'from' strings, separated by the provided 'separator'.
See Attributes Common to All Elements.
Name | Value Type | Default Value | Description | Comment | V. | Exp. |
---|---|---|---|---|---|---|
from |
list of string id, separated by ';' |
Empty |
Identifiers of the origin strings. |
Mandatory |
1.4.5 |
No |
to |
list of string id, separated by ';' |
Empty |
Identifier of the target strings. |
Mandatory |
1.4.5 |
No |
enabled |
'true' |
Enables or disables the link. |
|
1.4.5 |
1.4.5 | |
separator |
string |
Empty |
This string is used as a separator when contatenating the origin strings. |
|
1.4.5 |
No |