Concatenate strings¶
Description¶
Concatenates Source string #1 with Source string #2 . A Separator can be specified to separate the strings in the concatenation
Input/Output¶
Source string #1 : value (text) <= Source
Separator : value (text) <= Source or User
Source string #2 : value (text) <= Source
Output : value (text)
Usage¶
- Connect a source to the operator
- Drag a text value from the source tree and drop it into input field Source string #1
- If you want, type a Separator; otherwise, click on OK
- Repeat steps 1-2 for Source string #1 and optionally for Separator
Example¶
Source string #1 = "hello"
Source string #2 = "world"
Separator = "__"
Output = "hello__world"