Difference between revisions of "MatchUp Object:Basics"

From Melissa Data Wiki
Jump to navigation Jump to search
m (Admin moved page MatchUp Basics:What can MatchUp Do? to MatchUp Object:Basics without leaving a redirect)
Line 1: Line 1:
[[MatchUp Object|← MatchUp Object]]


{{CustomTOC}}


*MatchUp Object is a programmers library used to compare database records and determine if there are duplicates. <br>
MatchUp Object is a programmers library used to compare database records and determine if there are duplicates.


*MatchUp is distributed with the 'Matchcode Editor', a graphic tool which allows you to determine and create rules when comparing records.
** Thirty five distinct datatypes (and a general catch-all)
** Individual settings and matching algorithms for each data type
** Run up to 16 simultaneous criteria
** Unlimited match criteria possibilities


*MatchUp offers three methods of operation (or ways to match records)...
==Matchcode Editor==
MatchUp is distributed with the 'Matchcode Editor', a graphic tool which allows you to determine and create rules when comparing records.
*Thirty five distinct datatypes (and a general catch-all)
*Individual settings and matching algorithms for each data type
*Run up to 16 simultaneous criteria
*Unlimited match criteria possibilities


:[[Incremental Deduping]]
::This operation is usually used for real-time data-entry validation. For example, a call center data entry system where an operator would like to determine whether or not the caller is an existing customer. 


:[[Read/Write Deduping]]
==Methods of Operation==
::This operation is usually used for processing full lists, much in the same what that MatchUp for Windows does.
MatchUp offers three methods of operation (or ways to match records)...  


:[[Hybrid Deduping]]
;[[MatchUp Object:Incremental Deduping|Incremental Deduping]]
::This operation is a cross between incremental deduping and read/write Deduping. The API is responsible for none of the data storage, which makes it appealing for some DBMS-oriented applications (using SQL Server, DB/2, Oracle, etc.).  
:This operation is usually used for real-time data-entry validation. For example, a call center data entry system where an operator would like to determine whether or not the caller is an existing customer.


;[[MatchUp Object:Read/Write Deduping|Read/Write Deduping]]
:This operation is usually used for processing full lists, much in the same what that MatchUp for Windows does. 


[[MatchUp Object|Back to MatchUp Main Page]]
;[[MatchUp Object:Hybrid Deduping|Hybrid Deduping]]
:This operation is a cross between incremental deduping and read/write Deduping. The API is responsible for none of the data storage, which makes it appealing for some DBMS-oriented applications (using SQL Server, DB/2, Oracle, etc.).




[[Category:MatchUp Object]]
[[Category:MatchUp Object]]

Revision as of 18:44, 25 November 2014

← MatchUp Object


MatchUp Object is a programmers library used to compare database records and determine if there are duplicates.


Matchcode Editor

MatchUp is distributed with the 'Matchcode Editor', a graphic tool which allows you to determine and create rules when comparing records.

  • Thirty five distinct datatypes (and a general catch-all)
  • Individual settings and matching algorithms for each data type
  • Run up to 16 simultaneous criteria
  • Unlimited match criteria possibilities


Methods of Operation

MatchUp offers three methods of operation (or ways to match records)...

Incremental Deduping
This operation is usually used for real-time data-entry validation. For example, a call center data entry system where an operator would like to determine whether or not the caller is an existing customer.
Read/Write Deduping
This operation is usually used for processing full lists, much in the same what that MatchUp for Windows does.
Hybrid Deduping
This operation is a cross between incremental deduping and read/write Deduping. The API is responsible for none of the data storage, which makes it appealing for some DBMS-oriented applications (using SQL Server, DB/2, Oracle, etc.).