Created
November 7, 2020 04:52
-
-
Save JordanSchuetz/a7a203cbe7a5a50134bd6f24d100eb22 to your computer and use it in GitHub Desktop.
Dataweave code for secure properties tutorial
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%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