PropertyRemoveFromMultiValueValve
Valve for removing entries that matches a specific regex from a multivalue property.
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",
"regex":"[a-zA-Z]{3}"
}
}
Requirements
item set must have at least one entry.