Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
sunny3
Contributor
Contributor

Talend update a column in more than one table in talend ata time

i want to update a a column value from x to y in multiple tables . Can i create a single talend job to perform this action. Note: table are of diffent schema but the column i want to update is present in all the tables.

Labels (2)
2 Replies
BhavikaW
Contributor III
Contributor III

You can pass the tablelist in string variable separated by comma for example and can use tnormalize to get the tablelist one by one and pass the tablelist variable to the update query in t[sql]row component

Antonio69
Contributor
Contributor

This Java scenario describes a two-component Job that updates data in a MySQL table according to that in a delimited file. For more technologies supported.