Forum Discussion
1 Reply
- bojanvelevskiValued 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)