I have a file on the SAP file system. This file has mulitple lines in it and the lines are seperated with '0A' (New Line Character).
I read the file using a file adapter and add a 200 character header to the begining of the first line.
When we write the data using the JMS Adapter (Websphere) all the data gets put on the queue correctly including the header with this exception. Appended to the last line in the data are '0D' '0A'. How do I stop this from happening?