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.

Processor Configuration

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

Scheme: The list of columns for which you want to Encode Field.

Input Field: Base64 is supported.

Add Field: Add multiple columns for encoding.

Top