Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
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