What will happen if we have a filter transformation used in
a mapping and in the filter condition we specify 1. Yes
nothing else, only the number 1. In other words, assuming we
have 10 rows coming to this filter transformation as an
input, how many rows will be output by this transformation
when we have only 1 in the filter condition?

Answers were Sorted based on User's Feedback



What will happen if we have a filter transformation used in a mapping and in the filter condition w..

Answer / schwab

Yes Ur right
0 represent FALSE and
all NON-Zero numbers are TRUE.

Answer to above question is all 10 rows will be inserted.

Is This Answer Correct ?    21 Yes 2 No

What will happen if we have a filter transformation used in a mapping and in the filter condition w..

Answer / sriveni

1 Represents TRUE and 0 represents FALSE

Letme Know if i am wrong

Is This Answer Correct ?    13 Yes 1 No

What will happen if we have a filter transformation used in a mapping and in the filter condition w..

Answer / sudha

As 1 represent TRUE condition the filter will return all
the rows that pass through it without any filtration.
here all 10 rows will be the output and by default filter
condition is 1.

Is This Answer Correct ?    6 Yes 2 No

What will happen if we have a filter transformation used in a mapping and in the filter condition w..

Answer / pavan

THE FILTER CONDITION IS 0 THE SESSION WILL BE FAIL
THE FILTER CONDITION IS NON ZERO MEANS LIKE 1,2,3....IS TRUE THEN IT PROCESS ALL THE ROWS WITH OUT FILTERING ANY DATA

Is This Answer Correct ?    2 Yes 1 No

What will happen if we have a filter transformation used in a mapping and in the filter condition w..

Answer / susanta

Can u plz tell me wat will happen if I give -3...

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Informatica Interview Questions

where does the default group roew in a router is stored what is the default size of memory in router

1 Answers  


what is the drillup & drill down?and use of the drill up and drill down?

1 Answers   IBM,


What is the internal processes of integration server in Informatica? How data will be extract and load to the target?

0 Answers   TCS,


how to insert header after each group.

1 Answers   IBM,


Converting Rows to columns I have Relational source like his. JAN FEB MAR APR 100 200 300 400 500 600 700 800 900 100 200 300 I need to convert these rows into columns to the targe. MONTH TOTAL JAN 1500 FEB 900 MAR 1200 APR 1500 Please experts help me

8 Answers   HP,






i have a source table ID NAME SAL 101 A 1000 102 B 2000 103 C 1500 target load should be ID NAME SAL 101 A 1000 101 B 2000 101 C 1500 102 A 1000 102 B 2000 102 C 1500 103 A 1000 103 B 2000 103 C 1500

3 Answers   TCS,


what happens when a batch fails?

3 Answers  


how can run the wf through pmcmd commend? write script?

2 Answers   Cap Gemini,


In informatics server which files are created during the session rums?

0 Answers  


How can you join two tables without any common column present in them?

1 Answers   TCS,


write a query following table bookid language 1234 english 1234 french 1234 spanish 1235 english i want the output are bookid lang1 lang2 lang3 1234 english french spanish 1235 english null null

1 Answers   TCS,


how can we use sorter transformation in joins?

5 Answers   IBM,


Categories