Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Biztalk Mapping issue › Re: Biztalk Mapping issue
December 18, 2013 at 3:52 AM
#26232
First use the count functoid to get the count of records.
If count=1 then get second 30 chars using similar c# code as I sent before ….change the substring index.
If count>1 then use the index functoid and map the value for index=2. So it will pick the data from second row.