Hey !
How is it possible to decode an encoded string by using the Base 64 Encoder Tool?
Mathias
Pushed an Encoder and Decoder macro to the gallery.
Only good for ASCII - will do a unicode one in my .net tools - but think covers the use case we talked over
Encoder: https://gallery.alteryx.com/#!app/Base64Encoder/571296853df7da0a388484b1
Decoder: https://gallery.alteryx.com/#!app/Base64Decoder/57129662a248970ba8b755ae
Try the attached macro.
It is a quick go at implementing the Base64 decoder in Alteryx
Hey,
thank you for your support.
Your macro decode letters. What changes are necessary to decode all characters (like ASCII character set)?
Hi Mathias,
I believe you can also you the Blob Convert tool.
1) You will encode the text with the Base64 tool
2) Convert the Base64_encoded field to a blob field via the Blob Convert tool
3) Use another Blob Convert tool to convert From a Blob Field
I already got some base 64 code which I need to de code to Unicode or utf-8, is there a way i can do it?
How did you set the value User.Base64 in your macro?