Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Biztalk copy the original flat file to another folder after passing the flat file disassember component › Re: Biztalk copy the original flat file to another folder after passing the flat file disassember component
March 14, 2014 at 7:44 AM
#26296
The easiest way would be to create a flatfile assembler in a send pipeline from the same schema and use this in a sendport with filters set to the receiveport. This way you can have the file validated and sent to any destination.
Or is there any specific reason you cant assemble the disassembled version?