Base64 Converter
Valve for converting Base 64 values to and from URL safe format.
Introduction
This valve converts a base 64 value to another representation.
Configuration
Name
Description
Default value
Mandatory
Expanded
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