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.
| Output | Data Type | Description |
|---|---|---|
| Output1 | String | The input stream data inserted into the Data defined string. |
| Name | Property Type | Description | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Data | string |
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:
where N is the input stream's index number. Use the escape character "\" before the "$" to have the literal character inserted in the string. |
||||||||||||||
| EnableMetaCharacter | boolean |
Specifies whether the Data string contains Meta encoded characters.
Data string without a preceding escape character.
|
The name that can be acquired from "$name" is a part since the last "/" of the accurate name to be input.
Therefore, the field name of the XML stream can acquire only the last element name (Or, it is attribute name).
Moreover, because the display name is used on the Mapper screen as for the component property and the system variable, etc. , the name acquired in the name and "$name" displayed on the screen is different.
| Property | Output | |||
| Input 1 | 5 | Data | $input1/${input2}/$input3 | 5/1/2003 |
| Input 2 | 1 | |||
| Input 3 | 2003 | |||