Problems with sending CSV email attachments
455438Sep 20 2006 — edited Sep 21 2006Hi,
I'm using BPEL version 10.1.2.1.0
I have a CSV file stored on unix file system. When I open this file the file is correct including EOL characters ('OA').
When I send the attachment using the NotificationService using content-type (BodyPart/MimeType) 'application/base64', because this contenttype is the only type that is working for me to read the CSV file. Is this correct ??
When I've send the attachment via mail and I open the attachment within outlook (or store first on file system which are Windows systems) the EOL characters are gone. The '0A' characters are removed from the CSV file. So, the CSV file is 1 long line of data.
Can someone help me with this problem:
- Am I using the correct content-type (mimetype) for transferring CSV files ?
- If content-type is correct, why are the EOL characters removed.
Thanks.