Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alexandramartinez/5c2558ed6955a1fe621e56c9a6676c60 to your computer and use it in GitHub Desktop.
Save alexandramartinez/5c2558ed6955a1fe621e56c9a6676c60 to your computer and use it in GitHub Desktop.
%dw 2.0
output application/json
var newObject = {
fieldC: "Field C Value"
}
var newObject2 = {
fieldD: "Field D Value",
object2: {
fieldE: "Field E Value"
}
}
---
{([
payload,
newObject,
newObject2
])}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment