04-18-2022 03:11 AM
I have 2 different arrays, one having id, header and another having id,name.
Need to join these 2 arrays and get an output file of id,header,name.
I need json splitter json path, I have just for id which is jsonPath($, “id[*]”).
How do I include both id and header.
File.txt (4.2 KB)
Solved! Go to Solution.
04-20-2022 03:03 AM
try different mapping, change the ‘$’ to something else
04-18-2022 04:43 AM
I checked your sample, but it’s not as nearly flat as you described it. I’ll need some time to do further analysis
04-18-2022 05:20 AM
You need to do multiple splitting and mapping. Check the pipeline below, just upload your xml file, validate and let me know if it’s ok.
Join 2 arrays_2022_04_18.slp (18.4 KB)
04-18-2022 12:20 PM
Hi,Thank you for the pipeline.
There are 2 issues in the pipeline:-
04-18-2022 12:40 PM
I used the file you sent, so if you’re using a different file, try to adjust the pipeline to work with that one, or send the file so I can try and do the modifications
04-18-2022 11:41 PM
Hi, I made few changes but still these two changes, I am not able to solve. Appreciate your help!
File is attached.
file2.txt (5.0 KB)