Base64 Encode
Valve for Base 64 encoding properties
Last updated
Valve for Base 64 encoding properties
Last updated
This valve encodes item properties using base 64. The encoded value can replace the source value or replace/create a new named property.
Note that items only support string properties, meaning that this valve will base 64 encode the binary value of a (string) property. A real binary value (like a PDF document or an image) must be base 64 encoded before added to an item.
src
Name of item property containing plain text data to encode.
dest
Name of item property to receive the base 64 encoded value.
(defaults to src value)