SOLVED
Decoding table of Base64 to values
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
joashkhoo
5 - Atom
‎07-18-2018
12:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
Solved! Go to Solution.
Labels:
- Labels:
- Datasets
1 REPLY 1
LordNeilLord
15 - Aurora
‎07-18-2018
12:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
