Hi friends,
i have input like below
naresh 10,20
suresh 30,40
i want out put like
naresh 10
naresh 20
suresh 30
suresh 40
please help me
thank you
Answers were Sorted based on User's Feedback
Answer / subramanian
you can achieve the result using Normalize Component.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / sreekanth
by using normalize component.in normalize you can use length vaule is 2
if(index==0)in.num1 else if(index==1)in.num2
then connect to the out.number
| Is This Answer Correct ? | 1 Yes | 0 No |
what is difference between chk point n phase.Say im loading a file (containig 1 lakh records) and my graph fails after loading 50,000th record.What is the advantage of using check point in this case. Will i be able to start from 51000th record.
Explain what is the architecture of abinitio?
How do we handle if DML changing dynamicaly?
5 Answers GE, HP, IBM, Mannar Company,
Can any body give me the clear explanation about how to separate header,trailer and body records in Ab Initio?
When we should use 'jobid' for commit table (Output table component?? How to use in abinitio graph?
What does de-partition mean in abinitio?
What is publickey and private key?what is the use of this two keys?
What is the difference between rollup and scan?
What a local lookup is?
How can you import XML repositories exported from different tools like ODI
How you can create cross joined output using join component ?
Layout - L1*, L1 - What is the difference ? How to use in abinitio graph?