mohit_jain
2 years agoNew Contributor III
JSON Splitter
Hi Snaplogic Community
I have a reequipment where I need to fetch the data from the API and split the all the JSON object but we have a large JSON which we cant do it manually I just need any functional part where it will work without any manual work.
Here I am just giving one example:
We have splitter the entity JSON and the result is this . Here are so many object which we need to break.
The result I just want is
customer_resourceName | customercurrencyCode | campaign_resourceName | campaign_status | adGroup_resourceName | adGroup_status |
11 | AA | 11 | AA | 11 | AA |
22 | BB | 22 | BB | 22 | BB |
33 | AA | 33 | AA | 33 | AA |
44 | BB | 44 | BB | 44 | BB |
55 | AA | 55 | AA | 55 | AA |
66 | BB | 66 | BB | 66 | BB |
Can anyone help me in this.
alchemiz tlikarish SpiroTaleski
Thanks in advance