I’m using BizTalk 2009 and I’m a beginner. Our current system out puts two flat files ( 1 invoice headers, and 1 invoice details ). Our new system outputs multiple xml files that contain the header and detail of each invoice.
I would like to use Biztalk to take all of these xml files, and output 1 header flat file with all invoice headers and 1 detail flat file with all invoice details.
I’ve had no progress finding information on how to append all of these xml files in 1 file, so that I can process the one file into 2 flat files.
Can someone give me advice or point me in the direction on learning this?