MatchUp Object:Read-Write:Functions: Difference between revisions
Created page with "{{MatchUpObjectReadWriteNav |FunctionsCollapse= }} {{CustomTOC}} This is a master list of the functions in the Read-Write deduper interface. ==Initialize the Read-Write Int..." |
No edit summary |
||
| Line 7: | Line 7: | ||
This is a master list of the functions in the Read-Write deduper interface. | This is a master list of the functions in the Read-Write deduper interface. | ||
==Initialize the Read-Write Interface== | ==[[MatchUp Object:Read-Write:Initialization|Initialize the Read-Write Interface]]== | ||
These functions prepare the Read-Write interface for use and link it to its supporting data files. | These functions prepare the Read-Write interface for use and link it to its supporting data files. | ||
| Line 39: | Line 39: | ||
==Map Database Fields== | ==[[MatchUp Object:Read-Write:Mapping|Map Database Fields]]== | ||
Before generating match keys for the database records, the application must supply the Read-Write interface with information about what sort of data it will be handling. | Before generating match keys for the database records, the application must supply the Read-Write interface with information about what sort of data it will be handling. | ||
| Line 51: | Line 51: | ||
==Read Data and Build the Match Key== | ==[[MatchUp Object:Read-Write:Match Key|Read Data and Build the Match Key]]== | ||
These functions take the real data being compared and construct a match key according to the mappings defined with the above functions and the matchcode defined when the Read-Write interface was initialized. | These functions take the real data being compared and construct a match key according to the mappings defined with the above functions and the matchcode defined when the Read-Write interface was initialized. | ||
| Line 71: | Line 71: | ||
==Process Records== | ==[[MatchUp Object:Read-Write:Processing|Process Records]]== | ||
This function takes every record passed via the WriteRecord function and determines which are unique, which have duplicates, and which are duplicates. | This function takes every record passed via the WriteRecord function and determines which are unique, which have duplicates, and which are duplicates. | ||
| Line 81: | Line 81: | ||
==Retrieve Dupe Data for Each Record== | ==[[MatchUp Object:Read-Write:Retrieval|Retrieve Dupe Data for Each Record]]== | ||
These functions cycle through each record processed and return output unique/duplicate information. | These functions cycle through each record processed and return output unique/duplicate information. | ||
Revision as of 21:20, 27 July 2015
| MatchUp Object Read-Write Interface Navigation | ||||||
|---|---|---|---|---|---|---|
| Overview | ||||||
| Order of Operations | ||||||
|
This is a master list of the functions in the Read-Write deduper interface.
Initialize the Read-Write Interface
These functions prepare the Read-Write interface for use and link it to its supporting data files.
Map Database Fields
Before generating match keys for the database records, the application must supply the Read-Write interface with information about what sort of data it will be handling.
| Function Name |
|---|
| ClearMappings |
| AddMapping |
Read Data and Build the Match Key
These functions take the real data being compared and construct a match key according to the mappings defined with the above functions and the matchcode defined when the Read-Write interface was initialized.
| Function Name |
|---|
| ClearFields |
| AddField |
| BuildKey |
| SetKey |
| SetUserInfo |
| WriteRecord |
Process Records
This function takes every record passed via the WriteRecord function and determines which are unique, which have duplicates, and which are duplicates.
| Function Name |
|---|
| Process |
Retrieve Dupe Data for Each Record
These functions cycle through each record processed and return output unique/duplicate information.
| Function Name |
|---|
| ReadRecord |
| GetStatusCode |
| GetCount |
| GetDupeGroup |
| GetEntry |
| GetCombinations |
| GetKey |
| GetUserInfo |
| GetResults |