Base64 processes data by converting it to and from base64.

Interpretation Methods

The processor supports these interpretation methods:

  • object
  • data

Options

FieldTypeDescriptionRequired
directionstringdetermines whether data is encoded or decoded.

must be one of:
- to: encode to base64
- from: decode from base64
Yes