Monday 9 May 2016

What is User Exit and how to add User Exit in MDM Hub?


User Exit is a customize java code, that will help you to manipulate with the data before referring it as GOLDEN.
There are many class provided by Informatica for User Exit such as postLoadUserExit, postMatchUserExit etc.

Example: Suppose I have a business requirement to merge my record according to survivorship rules. Let say, I have a column name Amount, and I want to pick the highest value in the group of matched record for Amount. I can accomplished this task using post merge user exit.

How to add a UE in MDM Hub.

Step 1: Create your UE using Eclipse IDE.
Step 2: Export you java code into a jar file.
145095806788.JPG