Skip to content

Instantly share code, notes, and snippets.

@emoran
Created September 22, 2023 19:16
Show Gist options
  • Save emoran/e7d78bfa1f36034488567698e17f32b3 to your computer and use it in GitHub Desktop.
Save emoran/e7d78bfa1f36034488567698e17f32b3 to your computer and use it in GitHub Desktop.
Flatten payload after Scatter Gather DW 2.0
%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