PropertyBase64EncoderValve
Valve to base64 encode 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
Example Configuration
{
"name": "PropertyBase64EncoderValve",
"config": {
"source":"document",
"dest":"b64"
}
}
Requirements
Item set must have at least one entry.