Conversion from base64 to hexadecimal
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2022 07:26 AM
Hi Team,
Could you please let me know how we can convert base64 to hexadecimal in snaplogic.
Regards
Hirak
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2022 08:08 AM
Hey @nagh,
The scenario you need can be achieved by decoding the base64 value into the original data with the snaplogic Base64.decode() function, and encoding that data into HEX by using a script. Here’s a pipeline that does that:
Base64 to HEX.slp (6.4 KB)
Reply