PropertyBase64DecoderValve

Valve for base64 decode one property from an item. Supports multi value properties.

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 decode Yes Yes
dest The name of the property to set/update with the result of the operation. Yes Yes

Example Configuration

{
        "name": "PropertyBase64DecoderValve",
        "config": { 
              "source":"b64",
              "dest":"document"
        }
}

Requirements

Item set must have at least one entry.