PropertyStringBase64EncoderValve
Valve to base64 encode 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": "PropertyStringBase64EncoderValve",
"config": {
"source":"{{request.lastname}}",
"dest":"{{item.lnb64}}"
}
}
Requirements
item set must have at least one entry.