Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
psr
Contributor
Contributor

load data from multiple source files(csv,txt,excel) in a folder to corresponding tables

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

1 Reply
nivedhitha
Creator III
Creator III

@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