Skip to main content
Skip table of contents

Base64 Converter

This adapter encodes or decodes data in Base64 encoding. When decoding, the adapter distinguishes based on the MIME type: if the MIME type is text/xml or application/xml, then the input document is interpreted as an XML document and the text content of the root element is decoded, otherwise the complete document is interpreted as a Base64 encoded string.

Properties

Operation

Determines which operation the adapter executes

Possible values:

  • Encode: Base64 encode data

  • Decode: Decode data in Base64 encoding (depending on MIME type).

Parameters

Adapter

Main class of the adapter (do not change!)

Possible values: de.softproject.integration.adapter.Base64Adapter: Main class (default)

chunk

Divide output into blocks with a length of 76 characters

Possible values:

  • true: Divide string into blocks of lines

  • false: Do not divide string (default)

encoding

Used character encoding

Possible values: String with the used character encoding, e.g. UTF-8 (Standard), windows-1251, ISO-8859-1, ...


Status values

1The operation was executed successfully.
-1The operation failed due to a technical error.
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.