Issues with Base64 Decode - Base64.decodeAsBinary()
Curious if anyone has any thoughts or can see if I’m just doing something wrong…
I have a pipeline that’s fetching content files from Salesforce. These are received in BASE64 format and need to be...
Also, if I take the raw BASE64 data from Salesforce and decode it with “base64 -d” it decodes just fine, like the bottom branch decodes it just fine (twice).