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

NameDescriptionDefault valueMandatoryExpanded

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