Page 1 of 1

Help on Transformer Looping

Posted: Sat Feb 01, 2020 8:30 pm
by rakesh.puli
Hi

I have a requirement as below, I have to achieve the output like the below.
how I can do this with the @iteration variable in transformer and what derivation i have to give in the stage variable and looping variable.Please help me with this

Input record

123

Output

123
123
123
123
123

Thanks
Rakesh

Posted: Sun Feb 02, 2020 2:34 am
by qt_ky
That does not make any sense. Have you tried experimenting?

Posted: Sun Feb 02, 2020 3:50 am
by chulett
As noted... what?

Put your requirement into words, perhaps even the same words the requirement was given to you with. And if you are going to post an example, use real data rather than some made up junk that doesn't help your cause one bit. :?

Posted: Sat Feb 08, 2020 6:46 pm
by rakesh.puli
Hi Chulett/qt_ky

I tried using the looping variable @looping <=5 in transformer stage and assigned the input record to this looping variable and I got the ouput as below. thank you all for your inputs

Code: Select all

123
123
123
123
123
thanks
Rakesh

Posted: Sun Feb 09, 2020 3:23 am
by chulett
And... resolved?

Posted: Wed Feb 12, 2020 7:34 am
by rakesh.puli
Yes.