Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How to read multiple format of source files(excel,csv,txt,pdf) from a folder and load the data into corresponding into table using talend
@psr ,
You can create a parent job with a tFileList component and child jobs, one for each file type.
On each iteration of the filelist component check the filetype and call the corresponding child job