MatchUp Object:Basics: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[MatchUp Object|Back to MatchUp Main Page]] | [[MatchUp Object|Back to MatchUp Main Page]] | ||
*MatchUp Object is a programmers library used to match database records. <br> | |||
*MatchUp is distributed with the 'Matchcode Editor', a graphic tool which allows you to determine and create rules when comparing records. | |||
MatchUp offers three methods of operation: | |||
<!--__FORCETOC__--> | <!--__FORCETOC__--> | ||
{{CustomTOC}} | {{CustomTOC}} | ||
===[[Incremental Deduping]]=== | ===[[Incremental Deduping]]=== |
Revision as of 21:42, 19 February 2014
- MatchUp Object is a programmers library used to match database records.
- MatchUp is distributed with the 'Matchcode Editor', a graphic tool which allows you to determine and create rules when comparing records.
MatchUp offers three methods of operation:
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.).