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.
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.
Configuration
Valve name: Base64Converter | Base64Convert
Name | Description | Default value | Mandatory | Expanded |
---|---|---|---|---|
| Name of target item property to receive the converted value. | |||
| Base 64 value to convert. Support both URL safe and not URL safe values. | |||
| Flag turning on URL safe encoding. |
| ||
| Flag to turn off replace of target property. When turned off, value will be added to already existing properties (creating a multi-valued property). |
|