Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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?
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