Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Debatch messages from a flat file › Re: Debatch messages from a flat file
December 14, 2006 at 4:34 AM
#16903
Sounds like you'll need to create your own custom disassembler component that wraps the Flat File Disassembler and implements IProbeMessage to check the message type so that you can pass the right set of schemas to the underlying FFDasmComp. Here are a few examples of wrapping the flat file disassembler.
You might also want to check out this thread for some other ideas and options.