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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Just_learner
Contributor
Contributor

dynamic table naming

In talend we have to write table name in tdbinput manually. Can we make dynamic.

I have a csv file where I have two columns.

 

 

0695b00000sOd8EAAS.png 

 

I want that whenever I run my flow it first read this file, then make changes based on data. Like if tdbinput have user as its value in table name then it should get updated to new_user and then do the further process in the job. Is it possible to cover this scenario in talend?

Labels (1)
  • Other

1 Reply
Anonymous
Not applicable

Hi

Yes, use context variables in Table name field, read the file data using tFileInputXXX component, then compare the default value of context variable with Old_table value and assign the corresponding new_table value to context variable.

 

Regards

Shong