Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Question: writting schema for a complicated flat file › Question: writting schema for a complicated flat file
I am encountering the same problem. I am working on Biztalk server 2004, converting a flat file into an XML file. The text file looks as follow:
TYP01VR 4565 SETE
ENV01HG 134 SYDNEY
ENV04VT 467 TAMPA
TYP01GT 4657 NEW YORK
ENV02NP 47 MIAMI
In the schema I created l have one root, delimited and unbounded, and two children \”TYP\” \”ENV\” which are positional allowing me to write the length of each element.
If I write ENV as unbounded, then everything that follows the first ENV will be added in it and the following child TYP won’t be created.
Is there a way I can continue to create the TYP child?