Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Flatfile disassembler › Flatfile disassembler
October 4, 2005 at 4:31 AM
#12014
Hello.
I would set this up putting the Envelope into the file. I would create a single schema like this:
ENV|abc|123
HDR|def|456|!@#
LIN||xyz|098|nop
Then, used the native features of the Flat File Disassembler each message will be broken up and sent to the message box. So, if you message has 5 ENV you will get 5 messages.
I would not message with a header.
Do you think this would work for you?