MV Property Filtering

The valve is used to filter out values from a multi-value property. The values are stored as a new multi-value property or as a CSV string.

Configuration

Valve name: MVPropertyFiltering

Name
Description
Default value
Mandatory
Expanded

src

Name of the existing item property OR an expandable string.

N/A

dest

Name of destination property.

N/A

include_patterns

Patterns to include

(supports *, *x , *x* , x* ). Empty array includes all values.

[]

use_csv

if true, write CSV string to dest. If false, the filtered values are written as a multi-value property.

false

csv_separator

CSV separator when use_csv is true

","