DNSplitterValve
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
Example Configuration
{
"name": "DNSplitterValve",
"enabled": "true",
"config": {
"source": "{{request.dn}}",
"dest_scope": "attribute"
}
}