Home Page › Forums › BizTalk 2004 – BizTalk 2010 › two activable receive shapes in a orchestration › two activable receive shapes in a orchestration
[quote:fc2595d945=\”Anonymous\”]thanks everybody for the replies.
can u explain me what is debatching directly using the FFDASM.[/quote:fc2595d945]
It basically means you can get the Flat File Disassembler to split the incoming flat file into multiple XML messages (one per record), similar in concept to how the XML Disassembler can do (though they work very differently). This would save a step in your processing logic.
Stephen W Thomas has several examples and documents on this topic, here are a few relevant ones:
[url]http://geekswithblogs.net/sthomas/archive/2004/12/17/17965.aspx[/url]
[url]http://www.biztalkgurus.com/Samples/Flat-File-Disassembler-Pipeline.html[/url]
[url]http://www.biztalkgurus.com/Labs/Sequentail-Message-Convoy-Flat-File.html[/url]