Hi,
I have 3 records,
1 Srini
1 vasa
2 reddy
now i want o/p like this
1 Srinivasa
2 reddy
could u please help in this
Thanks in advance.
Answer Posted / radhakant kumar
hey it is just a example it could be like this..
1 Srini
1 vasa
1 aaaaa
the complete solution will be
say col1 and col2 so define stage variable in transformer
col1--------------->a(interger)
col2--------------->b(varchar)
if a=c then d:b else ''-->e(varchar)
e----->d(varchar)
a----->c(integer)
then in target pass e value to col2 and map col1 to col1
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
What are the functionalities of link partitioner?
How to clean the datastage repository?
which r the connectors used in san?
Can you explain repository tables in datastage?
What are the main features of datastage?
What is the difference between account and directory options ?
what is the use of skid in reporting?
Explain the importance of surrogate key in data warehousing?
What are orabulk and bcp stages?
How can we improve the performance in datastage?
Is the value of staging variable stored temporarily or permanently?
How to RD using transformer?
Give an idea of system variables.
Can you define merge?
What is the use of hoursfromtime() function in transformer stage in datastage?