Base64 Decode
Valve for Base 64 decoding properties
Last updated
Valve for Base 64 decoding properties
Last updated
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.
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)