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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Capture changes in the MySQL Tables-Database

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
Labels (3)
1 Reply
Anonymous
Not applicable
Author

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