FTP not completing correctly

Flat file transmitted via FTP. I have a flat file with 32 records on an AS400 that we FTP to the IS FTP port that kicks off a service, and the first step in the service is a convertToValues. Our flat file is fixed length with no record id’s. When saving the pipeline directly after the convertToValues, and then restoring after executing the FTP the 13th record appears to have not completely converted and does not list all of the fields, which then throws all of the subsequent records off.

Has anyone ever experienced this?

After working with Support for 4 days, it was an encoding issue coming from the AS400 to Unix. We had to go form “streamtoBytes” then “BytestoString” and now it works. We are still having an issue with Polling. But that is for another day.