following source
name gender
ramya female
ram male
deesha female
david male
kumar male
i want the target
male female
ram ramya
david deesha
kumar
any body give solution above question?
Answer Posted / murali udayagiri
You can use the below query in SQ trans if the source is
relational, if not u can do it in expr trans.
select coalesce((case when gender='male' then ename
end),',')||','||
coalesce((case when gender='female' then ename
end),'###') "male,female" from temp_emp1;
Thanks,
Murali Udayagiri
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How big was your fact table
What are the guidelines to be followed while using union transformation?
complex mapping ur project u r invlve can u explain and give real time example give me ?
What are the different options available for update strategy?
what are the deliverables?in your project?
What are the prerequisite tasks to achieve the session partition?
What are the tasks that source qualifier perform?
Explain the mapping variable usage example in informatica
What are mapplets? How is it different from a Reusable Transformation?
I am new to informatica and learning it,can anybody please tell me how we receive source as flat file in informatica,from where we get this flat file?
How many number of sessions can one group in batches?
What are the popular informatica products?
What can we do to improve the performance of informatica aggregator transformation?
TELL ME ONE COMPLEX MAPPING IN UR PROJECT? chandumba2005@gmai.com
What is aggregate cache in aggregator transformation?