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
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)