Skip to main content

JSONata Connector

JSONata JSONata is a query and transformation language for JSON data. This component allows you to transform data using the JSONata query and transformation language. 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

InputCommentsDefault
ExpressionA JSONata expression used to generate a string.
DataThis is an object with properties to feed into the JSONata expression.