JSONata Connector
JSONata is a query and transformation language.
This component takes data and a JSONata expression as input, and returns transformed data based on the expression.
JSONata is helpful when you have a predictable data structure as an input, and you want to output a modified data structure.
JSONata includes common functions you might execute on a data set - things like
map, filter, sort, sum, string.split (the list goes on).
Actions
Transform
Transform data using JSONata
| Input | Comments | Default |
|---|---|---|
| Expression | A JSONata expression used to generate a string. | |
| Data | This is an object with properties to feed into the JSONata expression. |