Base64 Decode
Valve for Base 64 decoding properties
Introduction
This valve decodes item properties encoded in base 64. The decoded value can replace the source value or replace/create a new named property.
Note that items only support string properties. This means that the binary result of the decode operation is used to create a string that can be added to an item. Real binary data (like PDF documents or images) must be externally encoded/decoded when using it with items.
This valve is a part of the item iteration API meaning that it operates on the current item set. For more information on item iteration, see Item.
Configuration
Valve name: Base64Decode
src
Name of the item property containing base 64 encoded data to decode.
dest
Name of item property to receive the decoded (plain text) value.
(defaults to src value)
Last updated