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,
I just import your job, so thanks.
Anyway, i will put a tfileoutputXML in place of tLogRow component, but i am not sure this resolve my issue.
Because problem is not just merge 2 xml file, but get both iteration of each source file like this screenshot already sent.
@mbocquet,check the below link,you can specify the looping too.
https://help.talend.com/reader/WWQ40R_iTE5~~9VkUQrjgQ/i_YvOl2oUaVpW1UTnJao_g
@mbocquet.still do you have issue?
Hi Manohar B,
Yes still get issue, but i have not check your link.
I check it today and let you know.
Thanks,
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,