Base64 Encoder Tool
One Tool Example
Base64 Encoder has a One Tool Example. Go to 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_WString): Select a string column (field) 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== |