cancel
Showing results for 
Search instead for 
Did you mean: 

Combining two outputs

SandeepVemula
Contributor

I have 2 outputs and Both are XML’s. One XML I am using XML formatter and XML parser and using some values and converted to JSON having 4 fields. Now I want the 2nd XML as a 5th Field as an output. Currently I am using Union snap which will produce JSON having 2 records. But I want in single. Any solution for this.

1 ACCEPTED SOLUTION

You can use Join and configured it like the image below:
44%20AM

View solution in original post

7 REPLIES 7

stephenknilans
Contributor

If you can find, or create, a common key, you can join.

There is no common key. Just 2 docs.

You can use Join and configured it like the image below:
44%20AM

SandeepVemula
Contributor

@aleung thanks it worked.