Difference between revisions of "MatchUp Object:Important"

From Melissa Data Wiki
Jump to navigation Jump to search
Line 1: Line 1:
[[MatchUp Object|← MatchUp Object]]
[[MatchUp Object|← MatchUp Object]]
{{CustomTOC}}
{{CustomTOC}}
==Notices (Build 2918)==
This version separates MatchUp Object into two distinct products - Global and Domestic (US and Canada).
All efforts have been made to ensure backwards compatibility, thus with the previous version, there are
features (such as matchcode components and fuzzy algorithms0 which appear in both versions.
If performaing an update, we recommend backing up your mdMatchUp.mc matchcode file.
IMPORTANT: because of the nature of International Data (different characters, encoding, etc) some of the
domestic fuzzy algorithms may not return accurate results, and therefore should not be used in Global MatchUp.
If your legacy application uses said algorithms, MatchUp will do logic checking and actually perform a more
accurate Fuzzy:UTF-8 check.


==Expired Database without Updates==
==Expired Database without Updates==

Revision as of 18:02, 3 February 2017

← MatchUp Object


Notices (Build 2918)

This version separates MatchUp Object into two distinct products - Global and Domestic (US and Canada). All efforts have been made to ensure backwards compatibility, thus with the previous version, there are features (such as matchcode components and fuzzy algorithms0 which appear in both versions.

If performaing an update, we recommend backing up your mdMatchUp.mc matchcode file.

IMPORTANT: because of the nature of International Data (different characters, encoding, etc) some of the domestic fuzzy algorithms may not return accurate results, and therefore should not be used in Global MatchUp. If your legacy application uses said algorithms, MatchUp will do logic checking and actually perform a more accurate Fuzzy:UTF-8 check.

Expired Database without Updates

Users who do not update to MatchUp build 2628 will experience an expired database (actual expiration date is 2015-12-29).

Updating to build 2628 (or newer future builds) will enable Global Matching for supported Countries but may require changes to your application (see build history), and are not effected by an expiring database date.

Users who do not update and need an mdMatchUp.dat with an extended expiration date, please contact our tech support team at tech@melissadata.com or 1-800-800-6245 x4.

Notices (Build 2628)

This version marks a change in the way MatchUp handles International records for deduping. Melissa Data offers Global address verification and parsing for over 240 countries. MatchUp will now leverage this knowledge to enable us to recognize and build matchkeys for these countries, therefore providing accurate record matching across the globe.

Installation

We will no longer distribute 32 bit unmanaged libraries, nor 32 - 64 bit COM Objects. Migrating from these libraries to the 64 bit library or interface wrapper will require interface signature changes and a recompile of your project.

Domestic US and Canada

Same as it ever was.
Previous versions provided unparalleled address parsing for keybuilding and deduping for domestic US and Canadian data. If your data is limited to these countries you should continue to use the same matching strategies in a seamless fashion

Important for SSIS Users

The previous version of the MatchUp Object and the current SSIS component use the same data files. Since the SSIS component does not have Global Matching capability yet, its data files have a different structure. For both products to exist on the same machine, you must not point to the same location for the data files. MatchUp object, by default will install the data files to C:\ProgramData\Melissa DATA\MatchUP. Verify the location of your SSIS MatchUp data files – by selecting ‘File > Advanced Configuration’ from the component. If you did not override the default location, use windows explorer to navigate to that location and make a copy of that directory. Go into the component and point your SSIS data directory to the new location. Remove the contents of the original default directory. You can then install the MatchUp Object with Global capabilities.
We plan on adding Global matching to SSIS in the near future, which will then use the same data files.

Important UK Changes

If you currently process UK data, or use a matchcode with UK components, DO NOT UPDATE to this version. Global UK processing will be added next release.
Next release: Global MatchUp will make the UK components obsolete, and therefore they will be deprecated. We have taken great effort to include logic to prevent Initialization of a process with these deprecated components. We recommend that you remove UK matchcodes and create new matchcodes which use the respective new global components.

General International Usage

Supported Countries – Build 2618: Germany
As suggested for UK, we have provided a new set of Global matchcode components which will allow you to match international addresses with custom matchcodes based on a countries’ individual format, which differs from country to country. This will require you to know the expected address components needed to uniquely identify one particular address from another. Seem hard? It’s actually not as random in differences as you might think, and Melissa Data will allows offer sound advice as to which strategy and components to use for your particular need.
For MatchUps’ international address parser / key builder to kick in, the first matchcode component will need to be of the datatype Country. This will tell MatchUp to look for specific keywords and address patterns for that country.
In addition to varying address formats, your international records will most likely have an extended character set. Therefore, you will need to call the new SetEncoding and SetCharacterSize methods. This lets MatchUp know how to recognize different characters and correctly build the matchkeys. Previously, all extended characters were converted for keybuilding with the default 1252 code page. This allowed Matchup to identify matches whether or not records were stripped of their accents by legacy data systems. With Global data, this is not desired as differently accented characters do represent different data values.

International Datafiles

To accommodate global processing, the structure and contents of the underlying Matchup database – mdMatchup.dat has changed. There are also a significant number of new and larger required data files which will be installed and required to process international records.

Backwards Compatibility

MatchUp is backwards compatible. Updating to the newest library should not break an existing process. Though we have taken great effort to include logic to handle Initialization of a process with the deprecated components, there may be subtle differences in the way that matchkeys are constructed. This is too accommodate extended characters, plural words and an overall general improvement to the existing data files. We therefore recommend you generate new matchkeys for any existing Incremental or Hybrid process, or run thorough regression tests before updating the libraries to your production environment.