Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a Talend Job
tjava-->iterate-->tfilelist-->iterate-->tfileinputexcel-->tmap-->tmssqloutput
My job is in this format but when I run this the job is executing twice what could be the reason
Thanks
Hi @TharunJoshi,
Can you please show the main job and if any child jobs.
Thanks and Regards,
Subhadip
Hi @TharunJoshi,
Can you please show the main job and if any child jobs.
Thanks and Regards,
Subhadip
I suspect that it is not running twice, but your iterate links are causing this. Iterate links cause the following components to run to completion for every iteration. So if you have a file component following an iterate link, it will be created as many times as the iterate link fires (unless you have set the append option).
Hi,
It was a mistake made from my side I used iterate where excel file has four sheets so it was running in a loop