Base64ToBinaryDecoder

Description

Decodes a Base64 encoded value to a binary value using Base64 decoding. A new column is created for the results.

Use

  • Input field:
    • Select an argument. (Binary, String)
  • Output field:
    • Enter an output field name.

Example

Base64 valueBase64ToBinaryDecoder() returnsNote
/9j/4AAQSkZJRgABAQEASABIAAD/...<image/jpeg [253.4 kB]>When downloading and opening the file, the decoded binary is displayed.
QXV0b21hdGlvbiBIZXJv<text/plain [15 Bytes]>When downloading and opening the file, the decoded string is displayed.

Type

Formulas