Skip to content

Instantly share code, notes, and snippets.

@JordanSchuetz
Created October 27, 2020 19:14
Show Gist options
  • Save JordanSchuetz/da72c7113ecd406e98cbd9abd446edaa to your computer and use it in GitHub Desktop.
Save JordanSchuetz/da72c7113ecd406e98cbd9abd446edaa to your computer and use it in GitHub Desktop.
%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