Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have 2 Input XML files which look like bellow:
File1 (file also in attach)
File2 (file also in attach)
Output file desired (file also in attach)
Thank you for help
Hi All,
I found finally solution to my issue, 2 ways to solve it
Solution 1 :
Create 1 first output with all good and with only one iteration.
After that make a mapping in a tmap to generate a second iteration that will be write in first output with option write after
Solution 2 :
Use component tFileOutputMSXML to make all loop
Thanks,
@mbocquet,if the Name would be same in bothe XML's.then implemnt in the below way by join on Name
Hi,please find below.i was doing join on skuid.
Hi Manohar B,
That is exactly what i try to do, mapping both xml file to generate output XML File.
Find bellow my config of tFileInputXML component
Find bellow my config of tXMLMap component
But my output file is blank
Thanks,
@mbocquet,can you able to provide smaple source file?
Hi,
Already provided in attached of my first post
Check it please
@mbocquet,what is the data type for "creationTime" from second file?
It is currentDate that i put in global variable.
Don't worry about it, i put all field in string
@mbocquet,it was not getting values when i tick GetNodes in Basic settings>>Mapping of tFileInputXML.
so can you uncheck GetNodes in both tFileInputXML's and check?