Batching output

Home Page Forums BizTalk 2004 – BizTalk 2010 Batching output

Viewing 1 reply thread
  • Author
    Posts
    • #24016

      Hello

      Is there a way to take a message that consists of mutliple rows with header and detail on all rows and split it out into a single message without the header value being repeated. i.e.

      Source:

      Header1 -> Detail1

      Header1 -> Detail2

      Header1 -> Detail3

       

      Output:

      Header1

          -> Detail1

          -> Detail2

         -> Detail3

       

      Can this be done in a map?

       

      Thanks,

      Sean

    • #24025

      This can be done in a map. When mapping the header fields use the iteration, equal and value mapping functoids

      Input Record  —- Iteration —— Equals 1 ——— Value Mapping ——-OutputHeader field
                                                                                                    |
      InputHeader field ———————————————-|

      InputDetail field ———————————————————————–OutputDetail field

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