Introducing Radical.sh

Forget Code launches a powerful code generator for building API's

ENC_BASE64 - Encode binary data in Informatica

ENC_BASE64 function converts binary data into string data. This method is useful when database does not support storage of BLOB datatype and it uses Multipurpose Internet Mail Extensions (MIME) encoding
ENC_BASE64( value )

ArgumentRequired/OptionalDescription
valueRequired Binary or String datatype.Data that you want to encode.

Note : Output data is 33% longer than original data.