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 the size of your data warehousing?

0 Answers   IBM,


i have a source which relational.I am trying to populate to target flat file with one column for daily date which is sysdate. I want to populate the sysdate coulmn with DD/MM/YYYY format. kindly provide a solution for this..my clear that my target is flat file.

3 Answers  


What are the informatica performance improvement tips

0 Answers   Informatica,


My source is like bellow F.NAME M.NAME L.NAME A B C D E F G H I and out put should like S.NO F.NAME M.NAME L.NAME 1 A B C 2 D E F 3 G H I 4 UNNOWN UNNOWN UNNOWN How can we acheive? please explane me indetail

2 Answers   Amdocs,


suppose i have 1000 records and i want to load half of the record in target 1 and half in target2.how u'll do?

9 Answers   IBM,






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

0 Answers   CTS,


Source and Target are flat files, Source table is as below ID,NAME 1,X 1,X 2,Y 2,Y On Target flat file i want the data to be loaded as mentioned below ID,NAME,REPEAT 1,X,2 1,X,2 2,Y,2 2,Y,2 How to achieve this, Can i get a map structure

2 Answers   CTS,


How do you migrate data from one environment to another?

0 Answers  


During the running session, output files are created by informatica server. Enlist few of them.

0 Answers  


How to join three sources using joiner?

0 Answers  


if we have a delimiters at unwanted places in a flat file how can we over come those.

0 Answers  


How do u identify or filter out a 0 byte file available in a folder by using UNIX command?

1 Answers   Wipro,


Categories