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 / chiky
map1
map1
1.source
2.sorter
3.filter ( gender = male)
4.connect to male_name column in target
map2
1.source
2.sorter
3.filter( gender = female)
4.connect to female_namw column in same target)
target load plan 1,2
start the load.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
In What Situations we can use MappingParameters ,Mapping Variables AND Session Parameters in REAL TIME.
CANNOT USE PARAMETER FILE! Hi all, I am trying to use parameter file for my workflow. This could help me to filter records where CITY = 'Portland' Following is what I have done: **in Designer - create new parameter : $$PARA_FIL, Parameter, String, IsExprVar=TRUE, Initial value = [empty] - Source Qualifier/ Properties/Source Filter: CUSTOMERS.CITY='$$PARA_FIL' **Create Parameter file: C:\Informatica\PowerCenter8.6.0 \server\infa_shared\BWParam\DynamicParamTest.txt $$PARA_FIL='Portland' **Configure workflow to use the parameter file: Edit Workflow/Properties/Parameter Filename: C:\Informatica\PowerCenter8.6.0 \server\infa_shared\BWParam\DynamicParamTest.txt I also configured directory of parameter file for session task. However, I just got this in the session log: [SQ_CUSTOMERS] SQL Query [SELECT CUSTOMERS.CUSTOMER_ID FROM CUSTOMERS WHERE CUSTOMERS.CITY='$$PARA_FIL'] No record has been loaded to target. It seems that the parameter file has not been read. I cannot understand the reason why. Could any of you kindly suggest me anything? Thanks
explain about unit testing? in real time?
Explain Dataware house architecture .how data flow from intial to end?
What do you mean incremental aggregation?
How do you promote a non-reusable transformation to reusable transformation?
What is a joiner transformation and why it is an active one?
Describe the scenarios where we go for joiner transformation instead of source qualifier transformation?
Explain sql transformation in script mode examples in informatica
How to configure mapping in informatica?
Can we change Dynamic to Static or Persistent cache? If so what happens?
How to extract the informatica rejected data?
without table how to come first record only in oracle?
COM components can be used in Informatica
What are the various types of transformation?