Data Preparation and Data Integraton : Extraction of duplicates
Hello I would extract duplicates from a Microsoft ACCESS database to an excel file with Talend Data Preparation or Data Integration. Could anyone help me? Thank you.
Hello
Take a look at tAccessInput component in Talend Open Studio for Data Integration, this component can be used to read data from Access database, and then you can ge the duplicated records with tUniqRow component, an example job looks like:
tAccessInput--main--tUniqRow--duplicated--tFileOutputExcel