PropertyKeepInMultiValueValve
Valve for keeping entries that matches a specific regex in 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": "PropertyKeepInMultiValueValve",
"config": {
"source":"description",
"regex":"^[^\\d].*"
}
}
Requirements
item set must have at least one entry.