following table

source target
name gender name target
a1 male a1 female
a2 female a2 male

i want a1 female update to target how will do?

Answers were Sorted based on User's Feedback



following table source target name ge..

Answer / zer0

The purpose of ur question is to update male to female and
female to male .......... is it so, then

Source --> SQ --> Expression --> Target

Use an expression transformation and make 1 variable port
in it say gender_check, put the condition in it as

IIF(gender=male,female,male)

make a output port say gender_new and give the value of
gender_check as output.Use gender_new as output to target.

Kindly revert if this worked.

Is This Answer Correct ?    2 Yes 0 No

following table source target name ge..

Answer / kasi gaddam

Use an expression transformation and make 1 variable port
in it say gender_check, put the condition in it as

IIF(gender=male,female,male)

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Informatica Interview Questions

What is facttable granularity?

2 Answers  


What is a joiner transformation and why it is an active one?

0 Answers  


What is union transformation in informatica?

0 Answers  


Which transformation should we use to normalize the COBOL and relational sources?

4 Answers   DELL, IBM, Lehman Brothers,


why dimenstion tables are denormalized in nature ?

3 Answers  






WE HAVE 10 RECORDS IN SOURCE IN THAT GOOD RECORDS GO TO RELATIONAL TARGET AND BAD RECORDS GO TO TARGET FLAT FILE ? HERE IF ANY BAD RECORDS MEANS ITS LOAD INTO FLAT FILE AND SEND AN EMAIL , IF NO BAD RECORDS MEANS NO NEED TO SEND EMAIL . PLZ HELP ME ...

1 Answers  


Is it possible to update the target table with PK?

1 Answers   TCS,


explain abt joiner t/r?

1 Answers   IBM,


Using Informatica Visio to generate mappings. I am getting error "Table Definition Not Found Exception Error" while importing the template.

1 Answers  


There are 100 lines in a file. How to print line number 31-50 and 81-90 in unix with a single command.

2 Answers   L&T,


why we use materialized view over view?

1 Answers   Zensar,


How many ways a relational source definition can be updated and what are they?

0 Answers   Informatica,


Categories