Quantcast
Channel: SCN : Unanswered Discussions - Data Services and Data Quality
Viewing all articles
Browse latest Browse all 3719

DI - Splitting data

$
0
0

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



Viewing all articles
Browse latest Browse all 3719


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>