Created
October 27, 2020 19:14
-
-
Save JordanSchuetz/da72c7113ecd406e98cbd9abd446edaa to your computer and use it in GitHub Desktop.
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 | |
--- | |
vars.SaveS3Object mapObject ((value, key, index) -> | |
{ | |
(index) : value, | |
}) ++ vars.SaveObject mapObject ((value, key, index) -> | |
{ | |
(index) : value, | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment