Forum Discussion
This pipleine does what you want I think. I put the inoput data in the CSV generator at the beginning, and the output of the join give the data you need.
Take a look.
Group_test_2019_03_23 (1).slp (23.7 KB)
Thanks for the Solution. The Solution is almost what i need except the "Transaction_id should be displayed at the header level only. “The tenders” child array also displays the “TRANSACTION_ID” attribute which i don’t want to display at the tenders level.
I tried removing by having empty expression variable for “transactiod_id” in the “Remove groupBy tenders” Snap but didn’t work. It would be really helpful if this is sorted.
Thanks
- bojanvelevski5 years agoValued Contributor
Hey @deepak.shaw,
You should escape the controll characters like new line. Try .replaceAll(‘\n’,‘\n’) on the JSON string, and than parse it.
Regards,
Bojan
- deepak_shaw5 years agoContributor
Hi,
Thanks for the reply… but suddenly it starts working, without doing any changes, it parses correctly with replacing any character.
Related Content
- 11 months ago
- 2 years ago
- 2 years ago
- 2 years ago