EmpId RollNo RollNo2
A t1 se
A1 se tm
i want output as
A Emp
A TL
A1 SE etc
how i can get output please send me your answer
Answer Posted / pathikrit mukherjee
using normailzer transformation $ then use string_join function
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Runtime behavior of Normalize and Reformat
What is data encoding?
Name any two stages of the data processing cycle and provide your answer in terms of a comparative study of them?
What do you understand by a cartesian join?
What exactly do you know about the typical data analysis?
Explain the ab initio etl tool in high level?
What does it mean by the term 'sort component'?
What is the difference between partitioning with key / hash and round robin?
can any one help me now i am learning AB Inito but i don't have material and pdf's can any one provide pdf's to this mail id mohanraju0113@gmail.com thanks in advance...................................
can we perform checkin and checkout through sandbox?
Explain batch processing in ab initio?
Explain about ab initio’s dependency analysis?
How can you force the optimizer to use a particular index?
Mention what are the different types of parallelism used in abinitio?
Given input file with single column having 1 2 2 4 3 .. Required output 1 2 2 4 4 4 4 3 3 3.. How?