RulePoint
- RulePoint 6.1.2
- All Products
${[topicProperty](*, [Format])}
${[topicAlias].[topicProperty](*, [Format])}
${[topicName].[topicProperty](*, [Format])}
Format Code
| Display Format
|
---|---|
TAB
| Tab separated list of string values, where <TAB> is the tab character.
For example:
ABCD<TAB>EFG<TAB>XYZ |
COMMA
| Comma separated list of string values.
For example:
ABCD,EFG,XYZ |
NL
| New line separated list of values. For example:
|
COLON
| Colon separated list of string values.
For example:
ABCD:EFG:XYZ |
XML
|
Here,
nnnn is the array index of this element, starting from one and incrementing by one.
For example, if the response contains three events, the first event into the system is numbered 1. The XML format for these events would be as follows:
|
BR
| HTML break separated list of string values, where <BR> is the HTML break tag.
For example:
ABCD<BR>EFG<BR>XYZ |
WHEN 1 stock WITH symbol = "XYZ" AND price < 90 THEN EmailBrokerResponse WITH to="broker@company.com", body="XYZ is trading at ${price(*,COMMA)}"