You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arlo Louis O'Keeffe edited this page Jun 16, 2014
·
2 revisions
In deduplication mode, all records are matched against all other records to find potential duplicates. This is the mode you'll use if you want to process an address book to find duplicate entries, or find duplicate registrations across the Supplier and Customer tables in a database.
To use it with the XMLConfig, just write a normal configuration with a flat list of Datasources.
When UsingTheAPI, call Processor.deduplicate() to run in deduplication mode.