heroku / salesforce-bulk

Python interface to the Salesforce.com Bulk API
MIT License
207 stars 154 forks source link

Encoding Error: Latin-1 Limitation #113

Open RafatCH opened 1 year ago

RafatCH commented 1 year ago

I'm currently using the SalesforceBulk library for uploading data to Salesforce. However, I'm encountering an encoding issue where non-Latin characters are not being handled correctly during the upload process. I've tried various encoding methods, but the issue persists.

Is there a recommended solution or best practice for handling encoding and non-Latin characters when using the SalesforceBulk library? How can I ensure that the data I upload, including non-Latin characters, is encoded and processed correctly by the library and Salesforce?

Any guidance or assistance specific to the SalesforceBulk library's encoding capabilities would be greatly appreciated. Thank you!