PropertyStringBase64DecoderValve
Valve to base64 decode a string property.
Valve operates on the Current Item Set and will process all items surviving the common item filtering rules.
Properties
Example Configuration
{
"name": "PropertyStringBase64DecoderValve",
"config": {
"source":"b64",
"dest":"xmlProp"
}
}
Requirements
Item set must have at least one entry.