TEXT TO BASE64 STRING

Encodes a plain-text string into its Base64 representation. Use this worker whenever downstream steps require Base64-encoded data, such as embedding binary content in JSON payloads or HTTP headers.

When to use

Classification: process.

Tagged: base64, encoding, string, text, transformation.

Inputs

Label ID Type Default Required Description
Source Text text textarea   Plain-text string to encode; accepts any UTF-8 content entered directly into the textarea — leave blank if no input is yet available (output will be empty).

Outputs

Label ID Type Description
Base 64 Encoded String base64_str text Base64-encoded representation of the source text, returned as a single-line ASCII string suitable for use in HTTP headers, JSON fields, or data URIs.

Disciplines

  • data.io.file

Auto-generated from transformation schema. Worker id: text_to_base64. Schema hash: 32b8dbeb47c7. Hand-curated docs in workerexamples/ override this page when present.