Debatching flat file inside orchestration

Home Page Forums BizTalk 2004 – BizTalk 2010 Debatching flat file inside orchestration

Viewing 1 reply thread
  • Author
    Posts
    • #24410

      I have a flat file schema with different records under root node, and min occurs and max occurs for all the records is one. I used a receive pipeline with flat file dissembler to debatch the records. I am receieving the debatched records with root node on the top of each record node into my orchestration. My requirement is to get only record nodes with no root node on the top of record node.
      I will be using each record(xml message) for mapping to different destination messages inside the orchestration.Can anybody help me finding the solution.
      I tried with xpath but could not find the solution. 

    • #24412

      Hi,

       

         Check out the following MSDN forum thread to see if it answers your question:

      http://social.msdn.microsoft.com/Forums/en/biztalkgeneral/thread/3c8a546c-56fc-441d-a0b5-98c34624b51b

       

         Daniel.

      • #24415

        In addition to the article referenced above, here are a couple of ideas that come to mind:

        1)Create a map to convert your rooted document into the schema that you need.

        2)Maybe you can treat your rooted document as an envelope and debatch it.

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