Base64 Converter
Valve for converting Base 64 values to and from URL safe format.
Valve for converting Base 64 values to and from URL safe format.
This valve converts a base 64 value to another representation.
name
Name of target item property to receive the converted value.
value
Base 64 value to convert. Support both URL safe and not URL safe values.
url_safe
Flag turning on URL safe encoding.
false
replace
Flag to turn off replace of target property. When turned off, value will be added to already existing properties (creating a multi-valued property).
true