Hi,
Here is my mapping attached screent shot. Everything is working except one issue for first if condition
If TDLine(count)>25 and if TDID =F01 then first id on target should be F01 and remaining id should be F01-cont
For each TDLine(count)>25 ,it is generating multipes tdids but each tdid has value of F01-cont
If there are 51 TDlines with one TDID =F01
on Target
Notes
F01
Notes
F01-cont
Notes
F01-cont
Used below udf to populate notes
nt count = Integer.parseInt(segcount[0]);
for (int i = 0; i < count; i = i+25)
{
result.addValue("");
}