Different conditions in two different Modified Javascript plugins

If we have written different conditions in two different modified javascript plugins, and in the next step we want to merge data coming from both previous steps for further process, how can we achieve this?

Hi Mayur,

Not only in this case but any where if you want to merge the data coming from 2 different steps then you can go for cross join or simply use merge join & do not specify any common key in the merge join step.