This connector allows to convert text to Base64 format. This format is the basic format for representing binary data in Integray.
Configuration
Character Encoding configuration
Encoding
The character encoding used to convert bytes to text.
Input & Output Schema
Input
Text (ver. 1.0.0)
Column | Data type | Allow null | Description |
---|---|---|---|
Text | String | No | Converted plain text. |
Output
Data (ver. 1.0.0)
Data (ver. 1.0.0)
Column | Data type | Allow null | Description |
---|---|---|---|
Data | Base64 | No | Binary data encoded into Base64 string. |
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.