Forum Discussion

arvindnsn's avatar
arvindnsn
Contributor
7 years ago
Solved

Trying to flatten the hierarchical json

Hello, Below is the JSON output from a REST API source. I am trying to flatten the hierarchical JSON structure using the splitter snap. I am able to flatten “meals” attribute, but unable to split the...
  • tstack's avatar
    tstack
    7 years ago

    You’ll need to add some element to the meal list when it’s empty in order to get the splitter to do anything. Maybe add an empty object (i.e. {}) or null.