Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Soumya_M
Contributor
Contributor

To achieve Change Data Capture in Talend without using tpostgrecdc component

Can we achieve Change Data Capture in Talend without using tpostgrecdc component ? If yes please let me know how to do it

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hello,

With talend open solution, it is possible to capture the changed data and only load these changed data into target table to achieve table sync, you can compare tables by using tMap.

The workflow should be:

Target DB-->tMap(make inner join on your input and set the "Catch lookup inner join reject" as true)-->output

 Source DB-->

The output will be the changed data.

Best regards

Sabrina

View solution in original post

1 Reply
Anonymous
Not applicable

Hello,

With talend open solution, it is possible to capture the changed data and only load these changed data into target table to achieve table sync, you can compare tables by using tMap.

The workflow should be:

Target DB-->tMap(make inner join on your input and set the "Catch lookup inner join reject" as true)-->output

 Source DB-->

The output will be the changed data.

Best regards

Sabrina