Does SQL CDC supported in Easymorph?

I am new to easymorph, and I want to build ETL with SQL Db, so I want to know that does it supports CDC ( Change data capture) for SQL?

Hi @mansi_pancholi and welcome to the Community!

I want to know that does it supports CDC ( Change data capture) for SQL?

The answer depends on the type of CDC you need. With EasyMorph you can do timestamp-based delta updates (e.g. on schedule), or update DB records on keys. However, if you need real-time log-based CDC, then you need to look for purpose-built tools that do exactly that. EasyMorph doesn't do log-based CDC.