Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
Could anyone please let me know how can I design a job where I am reading from multiple excel files and loading it to a database.
I could create separate jobs each having its own
texcelfileread ----> tMap --> tOracle
texcelfileread ----> tMap --> tOracle
texcelfileread ----> tMap --> tOracle
so on...
But I would like to design in the below way or any other efficient way that you can suggest :
texcelfileread ----\
texcelfileread ----> tMap --> tOracle
texcelfileread ---/
So here I collect all the data from 3 excel files first then apply any transformations any then load it to tOracle component.
Kindly let know your suggestions asap.
TalendDate.parseDate("dd-MMM-yyyy", TalendDate.formatDate("dd-MMM-yyyy","29-FEB-2016" ).toUpperCase())
TalendDate.parseDate("dd-MMM-yyyy","29-Feb-2016")