PropertyRemoveFromMultiValueValve
Valve for removing entries from a multi value property that matches a specific regex.
The resulting value is set in the 'dest' property.
Valve operates on the Current Item Set and will process all items surviving the common item filtering rules.
Properties
Example Configuration
{
"name": "PropertyRemoveFromMultiValueValve",
"config": {
"source":"givenName",
"dest":"removedfromgiven",
"regex":"[a-zA-Z]{3}"
}
}
Requirements
item set must have at least one entry.