Apache NiFi Expression Language guidePDF version

base64Decode

Description: Reverses the Base64 encoding on given string.

Subject Type: String

Arguments: No arguments

Return Type: String

Examples: If we have a Base64-Encoded attribute named "payload" with the value "YWRtaW46YWRtaW4=", then the Expression ${payload:base64Decode()} will return "admin:admin".

We want your opinion

How can we improve this page?

What kind of feedback do you have?