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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to implement CDC in TALEND open studio 6.2.1?

Hi All,

 

I wanted to know , how to implement CDC logic in Talend Open Studio 6.2.1.

As, I have seen few videos, There were many option such like subscribe/publisher -- CDC foundation .

but I unable to see those options in Talend Open Studio 6.2.1.

 

Hence, Please do needful me for further processing.

 

Thnaks

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hello,

Talend CDC feature will be available in talend subscription solution not open source.

If you want 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 work flow 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
Author

Hello,

Talend CDC feature will be available in talend subscription solution not open source.

If you want 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 work flow 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