OutputTransform
How Output Transform Works
Extracting Orders from a Customer Record
{
"customerId": "1432",
"customerName": "Johson Shipping",
"shippingAddress1": "7645 1st Street",
"shippingCity": "Nashville",
"shippingState": "TN",
"shippingZip": "78654",
"orders":[
{
"orderNumber": "1234",
"orderDescription": "Printer Refil",
"orderTotal": 345.67,
"customerId": "1432",
"orderDate": "1-29-2022"
},
{
"orderNumber": "654",
"orderDescription": "Printer Paper",
"orderTotal": 185.27,
"customerId": "1432",
"orderDate": "1-29-2022"
},
{
"orderNumber": "8934",
"orderDescription": "Envelopes",
"orderTotal": 25.88,
"customerId": "1432",
"orderDate": "1-29-2022"
}
]
}JSONata in Output Transforms
Example: YouTube Playlist Items
Mapping Nested Arrays
Last updated
Was this helpful?