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: 
MMaiza
Contributor
Contributor

Is it possible to update a table schema (rows) using only talend

hello !

i am new to Talend and i am currently using Tos ESB,

i am wondering if it's possible to "ALTER TABLE" in a sense if my source DB table gets a column updated in a table

how can one update the column to the destination DB table.

with a good job flow i could make it so that it updates table then updates data but i'm at a loss with the "ALTER table" part

Labels (3)
2 Replies
Anonymous
Not applicable

You can do this using the tDBRow component. Here is a post from a while ago where it talks about something very similar. It also points to a knowledge base article which goes into more detail....

 

https://community.talend.com/s/feed/0D73p000004kTCXCA2?language=en_US

MMaiza
Contributor
Contributor
Author

Thank you for sharing ! this sparked a possible solution i'll try it.