Skip to main content
Skip table of contents

Base64 Batch Decoder

This adapter decodes Base64-encoded data from an adapter-specific XML structure, splits the result into separate files, and stores them in a folder.

Properties

Operation

Determines which operation the adapter executes

Possible values: Decode: Decodes Base64-encoded date from an adapter-specific XML structure, splits the result into separate files and stores them in a folder.

Parameters

Adapter

Main class of the adapter (do not change!)

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

directory

Destination folder where the decoded files should be stored

Possible values: Any valid string (e.g. %USER_COLLECTION%\Project\batch\)

Status values

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

Input

This adapter expects an adapter-specific input XML structure. This contains the file name and the Base64-encoded file content for each file to be decoded. Each <document/> element represents a file to be decoded.

HTML/XML
<data>
    <documents>
        <document>
            <filename><!--Dateiname--></filename>
            <content><!--Base64-kodierte Daten--></content>
        </document>
    </documents>
</data>
JavaScript errors detected

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

If this problem persists, please contact our support.