Concatenating Map Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Concatenating Map This topic has 2 replies, 1 voice, and was last updated 9 years, 2 months ago by community-content. Viewing 1 reply thread Author Posts February 10, 2009 at 11:53 PM #21690 community-content Hi, I got this structure I need concatenated on the Map Source <IDOC> <Customer>Andile</Customer> <Customer>Wonder</Customer> <Customer>Thami</Customer> </IDOC> the destination should look like this. <IDOC> <Customer>Andile~Wonder~Thami</Customer></IDOC> Cannot seem to be getting my looping and concatination right. Please help February 11, 2009 at 11:19 PM #21707 community-content didn’t you try this with Scripting functoid in Map February 12, 2009 at 12:09 AM #21708 community-content Hi, Thanks for the response. the following link solved the problem. http://blogs.msdn.com/skaufman/archive/2009/02/01/mapping-a-repeating-source-to-a-delimited-list.aspx. Thanks you, Author Posts Viewing 1 reply thread The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies. Log in / Register