Hello, I am new to Talend , is there a way Talend can capture DDL/DML on the table. Lets say if any body change columns in the table or create new table, the Talend can capture those changes and write in an excel/csv file. DDL: CREATE, ALTER, and DROP Thanks
Hi
You can capture the DML changes with CDC feature, including inserted, updated or deleted records, but it is unable to capture DDL changes.
Regards
Shong