Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Decoding table of Base64 to values

joashkhoo
5 - Atom

Hi all,

 

Is there a way for me to decode base64 to their respective values?

 

Eg

 

A

B

C

Row1

MTY3Mzg=

MTc4

MA==

Row2

MA==

MA==

MA==

Row3

MA==

MA==

MA==

 

to

 

 

A

B

C

Row1

 16738

 178

 0

Row2

 0

 0

 0

Row3

 0

 0

 0

 

Thanks

1 REPLY 1
Labels
Top Solution Authors