We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bfa94e7 + 91f2354 commit b8bf526Copy full SHA for b8bf526
1 file changed
lib/salesforce_bulk_api/job.rb
@@ -89,6 +89,7 @@ def add_batch(keys, batch)
89
xml += create_sobject(keys, r)
90
end
91
xml += '</sObjects>'
92
+ xml = I18n.transliterate(xml)
93
@logger.info("Xml sent to salesforce: #{xml}") if @logger
94
path = "job/#{@job_id}/batch/"
95
headers = Hash["Content-Type" => "application/xml; charset=UTF-8"]
0 commit comments