More than one Table looping Functoid

Home Page Forums BizTalk 2004 – BizTalk 2010 More than one Table looping Functoid

Viewing 0 reply threads
  • Author
    Posts
    • #22155

      Hi,

      My Input file is like below.

      1,2,3,4,5,f,g,h,i,j

      a,b,c,d,e,6,7,8,9,10

      But my output should be like this. (My first record should be split into two. And again those child records to be split into different child records.

      1*2

      3

      4

      5

      f*g

      h

      i

      j

      a*b

      c

      d

      e

      6*7

      8

      9

      10

      So I added a Table looping functoid to spilt the records as

      1,2,3,4,5

      f,g,h,i,j

      And then I sent these record elements to a child table looping functoid to split them. But the child Table looping functoid is giving me the output as

      1*2

      3

      4

      5

      But I am unable to get the second record details.

      Please provide me the suggestion how to use a Table looping functoid to split the output from a Table looping functoid.

      Thank you,

      K.S

       

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