PropertyJoinValve
Note
Valve for joining multi value properties to a single value list with separator. The new item property will have the same name as the old property if no value is specified for the parameter 'dest'.
Valve operates on the Current Item Set and will process all items surviving the common item filtering rules.
Properties
| Name | Description | Default value | Mandatory | Supports property expansion |
|---|---|---|---|---|
| source | The source property. | Yes | Yes | |
| dest | The destination property. If not specified the resulting value will be put in source (i.e source will be replaced). | No | Yes | |
| separator | The list separator. | ',' | No | No |
Example Configuration
{
"name": "PropertyJoinValve",
"config": {
"source":"description",
"dest":"joindescr",
"separator":";"
}
}
Requirements
item set must have at least one entry.