Item Property Split
Valve to split a single value property into a multi value using a configurable token separator.
Valve operates on all items, use item_include_expr
to control which items to include (see Item).
Configuration
Valve name: ItemPropertySplit
Name | Description | Default value | Mandatory | Expanded |
---|---|---|---|---|
| Name of property to split | |||
| Name of result property. If not specified, result will replace the value of the source property. |
| ||
| Separator to use for split. |
| ||
| Flag to control if source property is kept or removed after the split is performed. |
| ||
| Flag to control if result values are trimmed (whitespaces are removed from beginning and end) or not. |
|
Last updated