Question
Need to ensure that auto-merge is performing correctly. How can I validate that?
Answer
Use the Merge Report addon utility tool-util-merge report (link under Documentation below) to obtain a list of all merges and related data in a specified time period.
In the report, you will be able to see the following fields:
"golden_Uri",
"win_Uri",
"lose_Uri",
"MergeRule",
"MergeReason",
"MergeUser",
"MergeTime",
"CreateTime",
"WinSource",
"LoseSource",
"win_firstAttribute",
"lose_firstAttribute",
"win_secondAttribute",
"lose_secondAttribute",
"win_thirdAttribute.firstNestedAttribute",
"lose_thirdAttribute.firstNestedAttribute",
"win_thirdAttribute.secondNestedAttribute",
"lose_thirdAttribute.secondNestedAttribute"
The merge report pulls the merges which are merged between the specified range we are providing in the FROM_DATE and TO_DATE. The code internally checks the updated time of the entity and also merges time.
Using this report you can filter out for Automerge.
References
https://documentation.reltio.com/addonutilities/aboutaddons.html
https://bitbucket.org/reltio-ondemand/util-mergereport
Comments
Please sign in to leave a comment.