How to Group the Record in Biztalk map

Home Page Forums BizTalk 2004 – BizTalk 2010 How to Group the Record in Biztalk map

Viewing 1 reply thread
  • Author
    Posts
    • #25936

      I have a Schema in which i need to group the Record based on customerID.

      <CustomerID>

      <Item></Item>

      %ufeff%ufeff</customerID>

      The Output has to be ordered in the following fashion based on CustomerID

      Output Schema

      %ufeff<CustomerID>

      <Items>

      <Item>

      </Item>

      </Items>

      </CustomerID>

      How to Sort the Same in Ascending Order.

      I want to use the Functoids.(Condition not to use Scripting Functoid and Custom XSLT)

      How to accomplish this in Biztalk MAP GUI.

      Thanks in Anticipation.

    • #25937

      Never found a way of doing this, I always use custom XSLT for grouping

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