I am trying to create a flat file to import as an 850INB EDI file.
I have extracted all of the data needed through Crystal and have been able to create a character seperated flat file, however I am having a problem seperating out the header,detail, and release sections.
I have tried to insert a carriage return field using chr(13), but it fails on import. I have narrowed it down to this being the problem because I was able to copy in the character from a good file into mine and it went through Ok.
Does anyone know what the correct character I should be using here?
I have extracted all of the data needed through Crystal and have been able to create a character seperated flat file, however I am having a problem seperating out the header,detail, and release sections.
I have tried to insert a carriage return field using chr(13), but it fails on import. I have narrowed it down to this being the problem because I was able to copy in the character from a good file into mine and it went through Ok.
Does anyone know what the correct character I should be using here?