Skip to main content
Question

Read type base-64 data from Salesforce in FME?

  • January 3, 2018
  • 2 replies
  • 11 views

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?

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

david_r
Celebrity
  • 8394 replies
  • January 4, 2018

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.


  • Author
  • 3 replies
  • January 4, 2018

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!