Encode Function

Simran Mehndiratta
Simran Mehndiratta
  • Updated

Function Name:

Encode

Purpose:

The Encode function encodes the input text using the Base64 encoding scheme. It first encodes all input bytes into a base64 encoded byte array and then constructs a new string by using the encoded byte array and the ISO-8859-1 charset.

The function should be connected to a node that passes in a text/string value.

Example:

- Input = "syncari" / Output = "c3luY2FyaQ=="

Configuration:

1. Enter a Display label for the node. This will be helpful with identifying the node when viewing your Entity Pipeline.

2. Enter a Description that will explain what the function is configured to do.

3. Add the input Value that needs to be processed by the function. This attribute is only available while configuring this function in an Entity Pipeline. 

 

Share this

Was this article helpful?

0 out of 0 found this helpful