arvindnsn
7 years agoContributor
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...
- 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.
{}
) ornull
.