krupalibshah
8 years agoContributor
JSON Splitter removing the data
I am using JSON splitter to split the input document into smaller documents. However the splitter will remove the element on which we are performing the split functionality. I need some work around t...
- 8 years ago
My problem was to be able to add the parent element dynamically, worked by using JSON generator,
{ $root: { "IDOC" :$payload } }
Got the value of “root” from expression library 🙂
Thanks for the help!