PropertyKeepValve
Note
Valve to remove all but specified properties.
This valve provides the opposite functionality of PropertyRemoveValve.
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 |
|---|---|---|---|---|
| name | List of properties to keep. | Yes | Yes |
Example Configuration
{
"name": "PropertyKeepValve",
"config": {
"name":"description,cn"
}
}
Requirements
Item set must have at least one entry.