Multiple XML files to 2 flat files

Home Page Forums BizTalk 2004 – BizTalk 2010 Multiple XML files to 2 flat files

Viewing 1 reply thread
  • Author
    Posts
    • #24020

      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?

       

       

    • #24023

      You will need to implement an aggregator sequential convoy
      http://abdulrafaysbiztalk.wordpress.com/2009/11/07/enterprise-integration-pattern-part-5-aggregator-sequential-convoy/

      Once you have aggregated all your invoice files you will need 2 maps, one to create the invoice header message and the other to create the invoice lines message.

      • #24030

        I created the maps already which wasn’t too bad, but I need more information on sequential convoys. I’ve searched google and found some, but can you give me any more on it?

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.