Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
It is possible.
You can put this value in the globalMap of your job, and use it after.
If you have several files in your DB, the better way is probably to use a tFlowToIterate (which store the fileName the globalMap for each file).
Hello guy
Also use a tFileInputDelimited and tFlowToIterate to iterate all the file name, then use a tUnite to merge all look up records.
tFileInputDelimited-->tFlowToIterate--iterate-->tFileInputExcel_2-->tUnite-->tMap
Best regards
shong
in the same time for each record in main excel (tFileInputExcel_3) to look up for some values in lookup excel file. The name of this lookup excel file depends on filename from point 1.
Hello guy
in the same time for each record in main excel (tFileInputExcel_3) to look up for some values in lookup excel file. The name of this lookup excel file depends on filename from point 1.
I get your point now.
To reach this aim, you need put the main and lookup flow in a child job, use a tRunJob component to run this child job in the father job. I have created an example job, please see my screenshots.
Hope you understand well!!
Best regards
shong
working great.
thats what I need...
Thanks for your time.
Hi,
I am unable to see the solution (screenshots) for this, please advise.
Thanks