Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
I'm using talend 6.4 open studio for data integration and I came to know that CDC is not availiable in open studio
are there any options to go instead of CDC in talend, I want to load updated,deleted,inserted rows in ware house
after every 10 minutes please help me
Thanks in advance..
Hi,
With community version, you can match the table and compare all records to conclude the needed inserted records, updated records, and deleted records.
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,
You can use tMap component to achieve your goal in talend open source.
Here are online documents about:TalendHelpCenter:tMap and TalendHelpCenter:Mapping data sources using inner join. Hope it will be helpful for you.
Best regards
Sabrina