How to eliminate duplicates in FF and oracle both

Answers were Sorted based on User's Feedback



How to eliminate duplicates in FF and oracle both..

Answer / ravindra.15aug

In RDBMS we can write sql queary in Source qualifer by
using rowid, in sorter by using select distinct option, In
aggregator by using groupby, in Rank by using groupby.

In FF level also we can do except sql queary in source
qualifier.

Is This Answer Correct ?    9 Yes 0 No

How to eliminate duplicates in FF and oracle both..

Answer / akash

In addition to the above answers I will add one more option.

We can use expression to check whether a record is
repeating or not and set an output port as flag. For first
occurence of any record this flag is 1. Use router after
this with condition "i_FLAG = 1". This output will give
only unique records. Default output will give only
duplicate records.

Also we can use a filter after the above expression with
the condition "i_FLAG = 1"

Is This Answer Correct ?    3 Yes 0 No

How to eliminate duplicates in FF and oracle both..

Answer / priyank

For FF, place an Aggregator transformation, do a group by
on all the columns, it will remove the duplicates from the
flat file.

In Oracle, use distinct in SQ sql override to remove the
duplicates.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Informatica Interview Questions

can u give example for factless fact table

2 Answers   TCS,


Without using any transformations how u can load the data into target?

15 Answers   IBM,


Explain about perform recovery?

1 Answers  


What is InformaticaPowerCenter?

0 Answers   Informatica,


what are the perameter and variable?

3 Answers   IBM,






MY SOURCE IS LIKE THIS VENKATESH,101||RAJESH,102||SIVA,103||SWATHI,104 MY REQUIRMENT IS NAME ID VENKATESH 101 RAJESH 102 SIVA 103 SWATHI 104 PLEASE PROVIDE ME THE SOLUTION

4 Answers  


What is the filename which you need to configure in UNIX while installing infromatica?

2 Answers   Accenture,


What is the difference between informatica 7.0 and 8.0?

0 Answers  


What are the guidelines to be followed while using union transformation?

0 Answers   Informatica,


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

0 Answers  


I have source data like this col1 col2 col3 5 3 8 6 2 9 7 1 10 and i want to get target as col1 col2 col3 5 1 8 6 2 9 7 3 10 which transformation i have to use and how?

3 Answers  


complex mapping ur project u r invlve can u explain and give real time example give me ?

0 Answers   HGS, TCS,


Categories