Forum Discussion
Ajay_Chawda
7 years agoContributor
Hi Sasank,
May be below response can help you in what your are trying to achieve,
tempCsv_2019_01_24.slp (13.0 KB)
umashankar316
7 years agoNew Contributor II
Usually JSON splitter snap will be used to perform this activity, so that in preceding snaps you can combine together and generate XLS data as output.
- bojanvelevski4 years agoValued Contributor
Hey @aditya.gupta41,
Use the following expression in a mapper, and you’ll receive the output you need:
$group.map(x=>x.Response.values().reduce((acc,curr)=> acc.concat(curr),[]).reduce((acc,curr)=> acc.extend(curr), {}))
Regards,
Bojan - aditya_gupta414 years agoContributor
This worked for me. Thanks
Related Content
- 3 years ago
- 4 years ago