PropertyMultiValueDiffValve
Compares two multivalue attributes (source_1 & source_2) and puts the values from the first one that doesn't exist in the second one in a third attribute (dest).
Valve operates on the Current Item Set and will process all Items surviving the common item filtering rules.
Properties
Example Configuration
{
"name": "PropertyMultiValueDiffValve",
"config": {
"source_1":"givenName",
"source_2":"carLicense",
"dest":"match_prop"
}
}
Requirements
item set must have at least one entry.