cancel
Showing results for 
Search instead for 
Did you mean: 

Conversion from base64 to hexadecimal

nagh
New Contributor

Hi Team,

Could you please let me know how we can convert base64 to hexadecimal in snaplogic.

Regards
Hirak

1 REPLY 1

bojanvelevski
Valued Contributor

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)