Forum Discussion

krupalibshah's avatar
krupalibshah
Contributor
8 years ago
Solved

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...
  • krupalibshah's avatar
    krupalibshah
    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!