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: 
DM2017
Contributor II
Contributor II

Update specific field from tmysqloutput

I have a job which insert data from one table to another and then update the flag in the output table.

 

So far tmysqlinput_1----->tfilterrow----->tmysqloutput is working fine . after this I need to update one field called "flag" for all inserted rows in output.

 

Kindly help out.

Labels (2)
2 Replies
Anonymous
Not applicable

Hello,

Did you want to flag all inserted data?

Here is CDC feature in talend subscription solution which captures only the changed source data and to move it from a source to a target system(s) in real time.

Here is the online document about:TalendHelpCenter:Change Data Capture (CDC): publish/subscribe.

Feel free to let us know if it is what you are looking for.

Best regards

Sabrina

DM2017
Contributor II
Contributor II
Author

Thanks. But as per the manual "The CDC feature works only with the same database system running on the same server."

I have data push and pull in different server. So is there any way to do. I am able to insert data to the target from one server to another by a job. After that  , the flag column in source table for  all the inserted rows should change the flag.

 

I want something like this.

steps

job 1

source table(server1)-----20 rows (out of 100)---- using trowfilter-----> target table(server2) 

step2

source table(server1) ----change flag for all 20 rows inserted.