Base64 is the basic format for representing binary data in Data Exchange. This type of data is produced by almost all connectors that read files or process REST API responses. In order to analyze the content (e.g., as JSON or XML), it must first be converted to text. And that is the role of this connector.
Configuration
Character Encoding configuration
Encoding
The character encoding used to convert bytes to text.
Input & Output Schema
Input
Data (ver. 1.0.0)
Column | Data type | Allow null | Description |
---|---|---|---|
Data | Base64 | No | Binary data encoded into Base64 string. |
Output
Text (ver. 1.0.0)
Column | Data type | Allow null | Description |
---|---|---|---|
Text | String | No | Converted plain text. |
Release notes
3.0.4
- Plugin binaries update as a result of included connector change.
3.0.3
- Fixed shared nuget package versions.
3.0.2
- Fixed right processing of nullable properties.