ItemMatchAndMergeValve
Valve for merging items with equal value in configured property. Only configured properties will be merged. Other properties will remain with the value from the first item.
If a configured property already exist, additional values will be added and the property will become multivalue.
The valve provides the same functionality as the AAM action ‘Merge objects and selected attributes’.
Properties
Example Configuration
{
"name": "ItemMergeValve",
"enabled": "true",
"config": {
"matchingProperty": "uid",
"mergeProperties": "sn,givenName,mobile,mail"
}
}