05-24-2018 06:02 AM
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.
Solved! Go to Solution.
05-24-2018 10:13 AM
You can use Join and configured it like the image below:
05-24-2018 06:13 AM
If you can find, or create, a common key, you can join.
05-24-2018 08:33 AM
There is no common key. Just 2 docs.
05-24-2018 10:13 AM
You can use Join and configured it like the image below:
05-24-2018 07:48 PM
@aleung thanks it worked.