Hi Team,
Could you please let me know how we can convert base64 to hexadecimal in snaplogic.
Regards
Hirak
Hi Team,
Could you please let me know how we can convert base64 to hexadecimal in snaplogic.
Regards
Hirak
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)