Forum Discussion
tstack
7 years agoFormer Employee
You could also concatenate the two arrays together and then use a single JsonSplitter on the resulting array:
$TransactionItems.concat($TransactionMedias)
The Copy/Union can also be removed then as well.
arvindnsn
7 years agoContributor
Thanks a lot. Nice to learn to concat the arrays and manipulate them. The attached pipeline is exactly what i needed. Thanks again.