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
src
Name of property to split
dest
Name of result property. If not specified, result will replace the value of the source property.
${src}
separator
Separator to use for split.
","
keep
Flag to control if source property is kept or removed after the split is performed.
false
trim
Flag to control if result values are trimmed (whitespaces are removed from beginning and end) or not.
false