From Base64
Last updated
Was this helpful?
Last updated
Was this helpful?
This operation is used to decode data from a Base64 string back into its raw format. Base64 is a binary-to-text encoding method commonly used to encode binary data (like images or files) into text that can be easily transmitted over text-based protocols such as email, JSON, or XML. It’s also used for data storage, ensuring the data remains ASCII-safe.
These are the input/output expected data types for this operation:
- The Base64 strings you want to decode.
- Decoded strings.
These are the parameters you need to configure to use this operation (mandatory parameters are marked with a *):
Suppose you want to decode a series of events in the Base64 encoding scheme:
In the Operation field, choose From Base64.
Set Strict Mode to true
.
Give your Output field a name and click Save. The values in your input field will be decoded. For example:
In your Pipeline, open the required configuration and select the input Field.