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.

Processor Configuration

Output Field: The 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.)

Scheme: Base64 is supported.

Input Field: The list of columns for which you want to decode the field.

Add Field: Add multiple columns for decoding.

Top