In my sourse i have like
ename,gender
vasu,male
geetha,female
ram,male
suma.female
kesav,male
in my output i need
male,female
vasu,geetha
ram,suma
kesav
Answer Posted / sakthi
1.sq1 (query override gender='m') -> exp1 ,seq1 gen nextval to exp1
2.sq2 (query override gender='f') -> exp2 ,seq2 gen nextval to exp2
3. connnect o/p exp1 to exp2 to joiner
* condition nextvalue =nextvalue
* condition type full outer join
4. connect name from exp1 & name from exp2 to target
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What all are steps in up gradation of Informatica server?
What are pre and post-session shell commands?
How we can create indexes after completing the load process?
How does a sorter cache works?
What are the transformations that cannot be placed between the sort origin and the joiner transformation so that we do not lose the input sort order?
Explain the difference between a data warehouse and a data mart?
How does the aggregator transformation handle null values?
How can you validate all mappings in the repository simultaneously?
Hi all, Can you please send me the Dimensions and fact tables which are used in mutual fund project. and please send me the brief summary about the project. Please do the needful.
can any one give some examples for pre sql and post sql(Except dropping and creating index).
What do you mean by DTM and Load manager and what is difference between load manager and load balancer?
Differentiate between Load Manager and DTM?
i had a source containing business,sales,details column and i have to load it to a target but i have some bad records in it , but i have to load 70% of business records and 50% of sales and 95% of details records excluding bad records to achieve this what should be done and what all logic and tx should be used can anyone help? thanks in advance
How many ways are there to create ports?
What are the different lookup cache(s)?