DNSplitterValve
Note
Valve for splitting a DN formatted property into separate properties named after DN elements with an optional prefix. Destination properties can be added to the current item (item scope) or flow attributes (attribute scope).
Properties
| Name | Description | Default value | Mandatory | Supports property expansion |
|---|---|---|---|---|
| source | Expression expanding to a DN formatted string. | Yes | Yes | |
| dest_prefix | Prefix for destination properties. | dn_ | No | No |
| dest_scope | Destination property scope (item or attribute). | item | No | No |
Example Configuration
{
"name": "DNSplitterValve",
"enabled": "true",
"config": {
"source": "{{request.dn}}",
"dest_scope": "attribute"
}
}