Guest User

Untitled

a guest
Apr 19th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. %dw 1.0
  2. %output application/java
  3. ---
  4. payload mapObject using (key=$$,value=$){
  5. ((key):value) when value != null and value != ""
  6. }
Add Comment
Please, Sign In to add comment