I would like to know what will be the effects in mdm web application if I make the following changes.
Here goes the scenario:
Let’s say I am using email attribute in my match logic of contact(silver) entity and have already loaded the email records into my mdm-hub.
But now, I do not want to use email information from 1 of 3 source systems while determining the contact(silver) master. I think the option is to not load email information from the said system.
Will the email information (from the records that were loaded previously from system 1 )still show up after I run a reprocess job( after loading the records from system 1 without any email information.)?
Effects of removal of already loaded attribute data from master match
Best answer by Phil Holbrook
If you exclude the email address from one source system, either by not supplying it in your source data or by excluding it from the column mapping in your load plan, then the system will regard that as a data change in the change detection phase and will overwrite the email address in your instance layer with a blank value.
So the email address from that source system will not be retained if you perform a full load of the data from that source system.
Note that a reprocess alone will not reload the data - you need to run an actual load of every row for which you want the email address excluded.
When you run a reprocess (with rematch - important!) then the match rules will be applied and the email address will not be present to be used in the match.
Depending on your match logic, you may want to consider setting a no key condition for the email address match component key for that specific source system (eng_source_system = 'source_bad_emails') which would allow you to retain the email address but exclude it from the match logic. You can then decide whether to keep that email address as a fall-back in the merge plan if there is no better address available
Reply
Login to the Ataccama Community
No account yet? Create an account
For Ataccama Customers and Partners
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.