Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Complex \"cross table\" flat file › Complex \"cross table\" flat file
November 16, 2005 at 12:39 AM
#12274
I would think you could so this. Biztalk supports Positional inside Delimited, that I think would work in your casa.
I would take a single record and start to try to piece together the flat file schema.
Some things to note are to avoid using optional fields and that you might have to change parse mode to complex (see help guide on this if needed).
Best of luck.