PropertyReplaceValve
Replace tokens in item property.
Note: This valve operates on regular item properties (string) and does NOT support binary item properties.
Valve operates on the Current Item Set and will process all items surviving the common item filtering rules.
Properties
Example Configuration
{
"name": "PropertyReplaceValve",
"config": {
"source":"mail",
"token":"(at)",
"replacement":"@"
}
}
Requirements
Item set must have at least one entry.