Forum Discussion
j_angelevski
5 years agoContributor III
Hi @khanh_tran ,
You can use JSON Splitter after this output and split on $group, this will give you only the objects inside the group array then you can use a Group by N snap to group all input data into a single array ( don’t forget to set the setting Group Size to 0 ).
khanh_tran
5 years agoNew Contributor III
Thank you! But your answer is not my expectation. I need object[0] merge to object[1] and to object[n].
You can make it this way.
SP new pipeline 10_2021_10_25.slp (5.1 KB)