Dear All,
I have to split the quantity from a Source Table to a Result Table as describe below :
SOURCE TABLE
ID--------------CITY------------QTY
1----------------New York---------5
2----------------LONDON----------2
3----------------SIDNEY------------3
And I have to achieve the target below reported :
RESULT TABLE
ID--------------CITY------------QTY
1----------------New York---------1
2----------------New York---------1
3----------------New York---------1
4----------------New York---------1
5----------------New York---------1
6----------------LONDON---------1
7----------------LONDON---------1
8----------------SIDNEY-----------1
9----------------SIDNEY-----------1
10---------------SIDNEY----------1
How I can do this using Data Integrator ?
Best Regards,
MJ
↧
DI - Splitting data
↧