Decoder Processor

Fields are decoded 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.

Decoder Processor Configuration

To add a Decoder 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 decoded value of selected column will be stored. New Column name can be added to this field (This column will be added to dataset.)
SchemeBase64 is supported.
Input FieldThe list of columns for which you want to decode the field.
Add FieldAdd multiple columns for decoding.

Click Next to get the schema detected.

Click next to add Notes and then save the configuration.

Top