Maps :Multiple record to single record

Home Page Forums BizTalk 2004 – BizTalk 2010 Maps :Multiple record to single record

Viewing 1 reply thread
  • Author
    Posts
    • #26328

      I have a source schema with multiple records(but not the same structure), need to map the fields in these records to a single record, could anybody give me some idea how to do that? I try to use looping functoid but it seems only for multiple repeat records with the same structure.

      Source Destination

      Root Root
      Record1 Record
      item1 ————> item_a

      Record2
      item3 ————> item_d
      item4 ————> item_e

      I did try it with looping functoid, only output the one item in the first record, all the others are missing…… Please help me out

    • #26332

      Did you try direct 1:1 field mapping without looping functoid?

      So dont map anything to Record node on the destination side…direct field to field mapping.

      If you need only 1 record on the destination side to contain all the fields then you dont need a looping functoid.

      I think it should work fine.

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