EMBED

The EMBED function embeds data into a string.

The input stream data is inserted into the defined Data string and the resulting string is output.

Input

Number of Connections: Min: 1/Max:Infinite

Output

OutputData TypeDescription
Output1StringThe input stream data inserted into the Data defined string.

Property

NameProperty TypeDescription
DataString

The string in which the input stream data is to be embedded.
The input stream data is inserted into this string where either of the sub-strings below are found:

  • ${inputN}
  • $inputN

where N is the input stream's index number.
For example, the first input stream is referenced using the sub-string ${input1}.

Use the escape character "\" before the "$" to have the literal character inserted in the string.

EnableMetaCharacterBoolean Specifies whether the Data string contains Meta encoded characters.
If True, the following Meta characters can be used:
  • \t TAB
  • \r CR
  • \n LF
A single back-slash "\" is used as an escape character. So, using two back-slashes will be output as a single back-slash. An error will occur if a single back-slash is found in the Data string without a preceding escape character.

Example

PropertyOutput
Input 15Data$input1/${input2}/$input35/1/2003
Input 21
Input 32003