Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Error while reading positional flat file › Re: Error while reading positional flat file
The flat file I need to read is a positional flat file with records being de-limited by CRLF. The document has repeating records and then a trailer record.
If I keep the MaxOccurs property of the repeating record to a fixed number (i.e. the no of records in the instance file) then the pipeline works properly. The extra line feed at the end does not cause any problem because it knows when to stop.
But when I change the MaxOccurs to unbounded, then it starts giving this error.
I have tried changing the Child Order to postfix, infix.. nothing works.
I am now trying to remove the extra line feed in my custom flat file disassembler. I still haven't had any luck. Will let u know it it works out.
Thanks for the replies,
Semigeek