Hi All,
I have a ftp adapter reading a csv file on SOA Suite 11.1.1.7. The csv file has a special end of file character with ASCII value 'SUB' with corresponding decimal value '026' to indicate the file writer process has finished writing the file.
Next, I generate the xsd file from the csv using native format builder and start to process the files on the remote ftp server location. However, the parsing fails after all the rows/records are processed and when the special character is encountered.
Please suggest how to overcome the parsing issue and treat 'SUB' as EOF character.
Thanks