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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
modara
Creator
Creator

Synchronize data between different table

hi,

I have two mysql table

here Personal_ID is the primary Key

table_input

0695b00000ddhJKAAY.png0695b00000ddhIlAAI.pnghere also Personal_ID is the

primary Key

I have another output table table_output

0695b00000ddhJPAAY.png

0695b00000ddhJZAAY.png

i am using talend open studio to migrate data from table_input to table_out and all 6 data came from table_input to table_out

0695b00000ddhK8AAI.png

my table_input configuration is

0695b00000ddhJtAAI.pngtMap configuration is

0695b00000ddhK3AAI.png

and table_out configuration is

0695b00000ddhKIAAY.png0695b00000ddhKNAAY.png

0695b00000ddhKcAAI.png

So the issue is when I insert new data into table_input I want to get an update only that new data, not all / everything from table_input.

please help me with where is my issue is.. several times i have tried but failed

Labels (3)
1 Reply
Anonymous
Not applicable

@Not defined Not defined​ , you need the Change Data Capture (CDC) functionality which is only available on enterprise subscription products, it captures the change data and update them into target table, for more details about CDC, see this documentation page. Without CDC, all data are read from input table and updated into target table even though some of data aren't changed.