PropertyConvertToItemValve
Note
Valve to convert an item property to a new item. Multiple items will be created if the item property is multi value.
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 name of the property to convert. | Yes | Yes | |
attachCurrentItemProperties | Copy all properties (including source) from current item to the new item. | false | No | No |
removeCurrentItemAfterConversion | Remove current item after conversion. | true | No | No |
Example Configuration
{
"name": "PropertyConvertToItemValve",
"config": {
"source":"RMJE",
"attachCurrentItemProperties":"true"
}
}
Requirements
Item set must have at least one entry.