Skip to main content
string-base64-decode Takes the input string and converts it to a base64 encoded value. It can be used for example to create an identifier based on certain values in the data. A specific string value needs to be the input. If the input is anything other it first needs to be mapped to a single string value.

Fields

No configurable options available

Sample data

Input dataOutput data
”foo-bar”“Zm9vLWJhcg==”