Applies to:
transformer, jsonata
Transformer Service
The Transformer service takes one or more input data sets and applies a tranform expression using
the JSONata query language to produce a resulting output data set.
Properties
| Property Name |
Description |
| Name |
Identity of the component |
| Source |
Source object that is watched |
| Transformer |
JSONata expression to transform the source |
| Enable deep compare |
Enables deep compare to handle situations where source has a more complex structure. It will be slower than normal. |
|
|
Events
| Name |
Description |
Event Information |
| Transformed |
New data should be available |
|
Output Data
| Name |
Description |
| value |
The transformed data |