Hi Sir,Madam,
PDI 6.1, JAVA 1.7, MySQL DB.
I want to add my sample transformation and my sample excel file to explain in-detailed about my logic but PDI forum is not allowing me to add any objects. Sorry for that. below is my excel data.
I need to generate rows 350 times based on UNITS column.
example: While generating the 350 rows PRODUCT column data i.e. should start fromF00001 and end with value F0000350 that means, record should auto increment based on UNITS column. I am able to generate 350 rows using Clone row step but not able to increment the value. Could you please help on this scenario.
expected output :
Thanks,
Santhi
PDI 6.1, JAVA 1.7, MySQL DB.
I want to add my sample transformation and my sample excel file to explain in-detailed about my logic but PDI forum is not allowing me to add any objects. Sorry for that. below is my excel data.
PRODUCT | DESCRIPTION | UNITS |
F00001 | added | 350 |
example: While generating the 350 rows PRODUCT column data i.e. should start fromF00001 and end with value F0000350 that means, record should auto increment based on UNITS column. I am able to generate 350 rows using Clone row step but not able to increment the value. Could you please help on this scenario.
expected output :
PRODUCT | DESCRIPTION | UNITS |
F00001 | added | 350 |
F00002 | added | 350 |
F00003 | added | 350 |
F00004 | added | 350 |
F00005 | added | 350 |
F00006 | added | 350 |
. | ||
. | ||
. | ||
F0000350 | added | 350 |
Santhi