Created
September 22, 2023 19:16
-
-
Save emoran/e7d78bfa1f36034488567698e17f32b3 to your computer and use it in GitHub Desktop.
Flatten payload after Scatter Gather DW 2.0
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/java | |
--- | |
flatten(valuesOf(payload) map ((item, index) -> item.*payload)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment