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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Generic Talend job - Excel to Oracle DB

Is it possible to create a single Talend job that can take different excel sheets as input and map the cols to different oracle tables?

for instance,
Table1.xls -> Generic_Talend_Job -> Oracle Table 1
Table2.xls -> Generic_Talend_Job -> Oracle Table 2
and so on...
The idea is that each time I have a new Table that needs to be fed from an excel document, I do not need to create a new Talend job with its own custom mappings.
Labels (2)
1 Reply
Anonymous
Not applicable
Author

if you are using TIS, right click on "Job Designs" and select "Create Job using Templates"
Its not exactly what you want (dynamic schema creation), but it will create simple Talend jobs (think copy sheets to oracle) with a few clicks.