Skip to content
Arlo Louis O'Keeffe edited this page Jun 16, 2014 · 3 revisions

In record linkage mode, Duke takes two sets of records, and for each record in one set it tries to find one matching record in the other set. If you have two databases, each with a 'Country' table, and want to set up a mapping table between them, this is the mode you want to use.

In record linkage mode, Duke will not attempt to find duplicates within each set. For that you want DeduplicationMode.

In the XMLConfig, set up record linkage mode by separating your Datasources into two <group> elements.

When UsingTheAPI, call the Processor.link method.

Clone this wiki locally