Skip to main content

Salesforce Reader/Writer in FME don't support read type base-64 data from Salesforce. So except salesforce reader, is there any way to read type base-64 data from salesforce by FME?

I don't know about the SalesForce bit, but you can use either the BinaryDecoder or the TextDecoder transformer to decode an attribute value containing base64-encoded data.


I don't know about the SalesForce bit, but you can use either the BinaryDecoder or the TextDecoder transformer to decode an attribute value containing base64-encoded data.

Thank you!

Reply