Batching output Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Batching output This topic has 1 reply, 1 voice, and was last updated 9 years, 3 months ago by community-content. Viewing 1 reply thread Author Posts January 7, 2010 at 7:43 AM #24016 community-content 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 January 7, 2010 at 6:24 PM #24025 community-content 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 Author Posts Viewing 1 reply thread The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies. Log in / Register