Hi all am using a java transformation in my mapping and added the code in it
for(int i=0;i<3;i++)
{
EMP_NAME1=">>"+EMP_NAME+"<<";
EMP_ID1=EMP_ID;
}
I expect the rows should be inserted 3 times.
But it is done once,string concatenated with >> <<.
Also can anyone explain me what is the difference between active and passive java transformation.
I have created the passive one in any case will it be the reason?
Thanks in advance.