Hello,
I need to build an output table with a number of rows coming from a input column.
Here my input table
Category;Number
***************
Cat1;2
Cat2;3
I need to create in the output table 2 rows for the first, 3 for the next, etc..
I've created a job to create the output rows, and I've tried to read my input table with a tfileinputdelimited and iterate on a tfor component giving $tfileinputdelimited as the limit and a trunjob to execute the first job in each loop.
It doesn't work, but I think I'm wrong with my understanding of the tfor component.
Thanks to lead me on the right way....
Louis