Encoder Processor

Fields are encoded to hide sensitive data.

Base64 is a group of binary-to-text encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 representation.

Base64 encoding schemes are commonly used when there is a need to encode binary data that needs be stored and transferred over media that are designed to deal with textual data. This is to ensure that the data remains intact without modification during transport.

Encoder Processor Configuration

To add an Encoder processor to your pipeline, drag the processor to the canvas and right-click on it to configure.

FieldDescription
Output FieldThe list of columns in which encoded value of selected column will be stored. New Column name can be added to this field (This column will be added to dataset.)
SchemeThe list of columns for which you want to Encode Field.
Input FieldBase64 is supported.
Add FieldAdd multiple columns for encoding.

Click Next to get the schema detected.

Click Next to add Notes and save the configuration.

Top