By using Filter Transformation,How to pass rows that does
not satisfy the condition(discarded rows) to another target?

Answers were Sorted based on User's Feedback



By using Filter Transformation,How to pass rows that does not satisfy the condition(discarded rows)..

Answer / avinash

u can not pass the rows if condition is not satisfy .

Is This Answer Correct ?    80 Yes 4 No

By using Filter Transformation,How to pass rows that does not satisfy the condition(discarded rows)..

Answer / nikunj

Don't use filter transformation.

Router transformation is a better option in this scenario.

Is This Answer Correct ?    50 Yes 5 No

By using Filter Transformation,How to pass rows that does not satisfy the condition(discarded rows)..

Answer / satishreddy

write opposite condition what mentioned in filter
transformation1 in another filter t.f and pass the rows
which are not satisfying filter1 but satisy 2 in to target2

Is This Answer Correct ?    29 Yes 7 No

By using Filter Transformation,How to pass rows that does not satisfy the condition(discarded rows)..

Answer / nagarjuna redd

Use router transformation to load the rejected data.
Connect output ports(i.e: condition satisfied records) to
the one target table and connect default ports(not
satisfied records) to the another target

Is This Answer Correct ?    20 Yes 1 No

By using Filter Transformation,How to pass rows that does not satisfy the condition(discarded rows)..

Answer / priya

Well You can Use Router iif you need rejected rows along
with satisfied rows otherwis you just give the condition
for filter tx as you want it in your target table.

Is This Answer Correct ?    15 Yes 0 No

By using Filter Transformation,How to pass rows that does not satisfy the condition(discarded rows)..

Answer / nagaraj

If you need default rows you dont go for filter
Better you go to router t/f.

Is This Answer Correct ?    13 Yes 1 No

By using Filter Transformation,How to pass rows that does not satisfy the condition(discarded rows)..

Answer / kumarn

Better to use Router t/r.In router the unmatched records
will goes to default group.

Is This Answer Correct ?    12 Yes 1 No

By using Filter Transformation,How to pass rows that does not satisfy the condition(discarded rows)..

Answer / aruna

Use another Filter Xn with the reverse condition and get the discared rows.
There is no such property in Filter Xn to "Forward Rejected Rows" as mentioned above in one of the answers.

Is This Answer Correct ?    8 Yes 0 No

By using Filter Transformation,How to pass rows that does not satisfy the condition(discarded rows)..

Answer / yogesh

Use Router tranformation. All the rows which doesnot match
the group (filter condition) will be routed to default
group. Connect default group ports to 2nd target.

Is This Answer Correct ?    8 Yes 1 No

By using Filter Transformation,How to pass rows that does not satisfy the condition(discarded rows)..

Answer / prasad.bluesky

it is possible to see the rejected rows after filter
transformation solution is create an empty file and write
that file name in $rejectfile option in session then after
run your session see your created file it contains rejected
rows.

Is This Answer Correct ?    10 Yes 6 No

Post New Answer

More Informatica Interview Questions

HOW TO DELETE A RECORD FROM FLAT FILE

6 Answers   TCS,


Design a mapping to load the cumulative sum of salaries of employees into target table?

0 Answers   Informatica,


What are the two modes of datamovement in informatica sever?

2 Answers  


When to use normalization transformation other than cobol source?

2 Answers  


If i have one source having 10 ports.In a mapping i use that source one target having that ten ports.Data from 5 ports are going to target through a mapplet and another 5 ports are going to target through another mapplet.Both 2 mapplets are intially passive in nature.But presently my requirment to convert on mapplet to ACtive.How can i do it.

3 Answers   TCS,






if the session continuous run what can we do. means shall we stop the session or abort session. what is the correct reasion. why this situation occurs

1 Answers  


What is metadata reporter?

1 Answers   Informatica,


My sql query is 1. select 1+x from dual? 2. select 1+'x' from Dual? 3. Select x+1 from dual? what is the out put of the above queries?

3 Answers   HP,


any body can say about all versions of informatica ?how many versions ?

2 Answers  


get me the resultant input:- 1 x,y,z output:- 1 x 2 a,b 1 y 3 c 1 z 2 a 2 b 3 c

3 Answers   Infosys,


What is the difference between view and materialised view?

6 Answers  


Hi I have two sources like A, B. My source A contain 10000 million records from that i need 20 attributes. My source B has also same 10000 million records from that i need only 1 attribute. By using Joiner i have to load into target? Is there any issue regarding this? if issue is there how to tune this mapping in best way?

2 Answers   Zensar,


Categories