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.
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.
Valve name: Base64Converter | Base64Convert
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