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