function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Eva TannenbaumEva Tannenbaum 

read application/octet-stream

Hi,

I want to automate a process that when a xls. file is emailed into email service, the inventory info is updated. The problem is that inbound email handle xls file as binary attachment, which turns the file content type to "application/octet-stream". Is there any way to convert application/octet-stream to UTF8 with apex?