Skip to content

Instantly share code, notes, and snippets.

@emoran
Created January 11, 2021 19:07
Show Gist options
  • Save emoran/7046fc33dd01ac664880ca4414e6e0c8 to your computer and use it in GitHub Desktop.
Save emoran/7046fc33dd01ac664880ca4414e6e0c8 to your computer and use it in GitHub Desktop.
%dw 2.0
output application/java
---
[{
"First Name":"Anne",
"Last Name":"Smith",
"email":"anne@email.com",
"Company":"ACME INC",
id:"1821dd44"
},
{
"First Name":"Michael",
"Last Name":"Stevens",
"email":"michael@email.com",
"Company":"TESLA",
id:"1821dd45"
},
{
"First Name":"Carlos",
"Last Name":"Perez",
"email":"carlos@email.com",
"Company":"Salesforce",
id:"1821dd46"
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment