
Base64 Encoder Tool
Version:
2023.1
Last modified: May 17, 2023
One Tool Example
Base64 Encoder has a One Tool Example. Visit Sample Workflows to learn how to access this and many other examples directly in Alteryx Designer.
Use Base64 Encoder to issue a base 64 encoded string for a selected string field.
Configure the Tool
Choose Field: Text (V_String): Select a string column for which to create a base 64 encoded version.
View the Output
The output includes the original incoming data and a Base64_Encoded column with the base 64 encoded string.
String Field | Base64_Encoded |
---|---|
Writing Macros is fun! | V3JpdGluZyBNYWNyb3MgaXMgZnVuIQ== |