TEXT FROM BASE64 STRING

Decodes a Base64-encoded string back into its original plain text. Use this worker whenever a pipeline receives a Base64 payload that must be read or passed to downstream text-processing steps.

When to use

Classification: process.

Tagged: base64, decode, string, text, transform.

Inputs

Label ID Type Default Required Description
Base64 Encoded Text text textarea   Base64-encoded string to decode; paste the raw Base64 text here — leave blank if the value will be wired in dynamically from an upstream worker.

Outputs

Label ID Type Description
From Base64 base64_str textarea Plain-text result of decoding the supplied Base64 string; returned as a raw UTF-8 string.

Disciplines

  • data.curve.transform

Auto-generated from transformation schema. Worker id: text_from_base64. Schema hash: 885a3f60c439. Hand-curated docs in workerexamples/ override this page when present.