Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Excel pipeline component decode or disassemble? › Re: Excel pipeline component decode or disassemble?
August 12, 2010 at 7:16 PM
#25620
There is no right answer here.
I would tend to reserve the disassembler for a more generic purpose e.g. parsing any Excel file, possibly generating a separate message for each page?
In your instance you are pretty much hardcoding the conversion for a single document format so I would use the decode stage.