Inbound Flat file with delimiters for EDI Segements and Sections
I have an Inbound Flat File that is | delimited within the sections, and ~ delimited within the segments. It is 1 long string coming in. I set up a While Loop for the repeating segments to parse out the individual fields. It works fine for the 1st 2 lines, but then cannot find the delimiter. Is there a limitation on the string where it can't read past a certain # of characters?