Skip to content

Instantly share code, notes, and snippets.

@JordanSchuetz
Created November 7, 2020 04:52
Show Gist options
  • Save JordanSchuetz/a7a203cbe7a5a50134bd6f24d100eb22 to your computer and use it in GitHub Desktop.
Save JordanSchuetz/a7a203cbe7a5a50134bd6f24d100eb22 to your computer and use it in GitHub Desktop.
Dataweave code for secure properties tutorial
%dw 2.0
output application/json
---
[{
FirstName: "Max",
LastName: "Mule",
Email: "[email protected]",
Company: "MuleSoft"
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment