Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how eliminate the duplicates in flat file with out using
sorter ,aggregater

Answers were Sorted based on User's Feedback



how eliminate the duplicates in flat file with out using sorter ,aggregater..

Answer / kish

Hi Krishna,

i think you r wrong...he is asking abt flat file...
by using LOOKUP we can eliminate duplicates...
You can eliminate duplicates and can capture that duplicates
using
dynamic lookup cache. look up the target table if New lookup
row=0 then it is unchanged (duplicate
record) SEND TO ONE TARGET

Is This Answer Correct ?    17 Yes 0 No

how eliminate the duplicates in flat file with out using sorter ,aggregater..

Answer / srinivas

we can do by using rank transformation also
select rank as 1 top or bottom what ever the ur requirement
and select the group by port for the duplicate column

Is This Answer Correct ?    12 Yes 2 No

how eliminate the duplicates in flat file with out using sorter ,aggregater..

Answer / sanjay

here i m taking the example of employee table

first use the sorter to get the distinct value....

then use the agg trns, create the output port and use the
count function on employee_id to get the total no. of rows
like.. count(employee_id) and group by employee_id.

create filter trns.. write a condition where output>1... map
it with the target...

Is This Answer Correct ?    0 Yes 8 No

how eliminate the duplicates in flat file with out using sorter ,aggregater..

Answer / krishna

The source qualifier Trns has select distinc option from thr we can eliminate duplicates

Is This Answer Correct ?    6 Yes 38 No

Post New Answer

More Informatica Interview Questions

Tell me how many tables used in Ur project and how many fact tables and dimension tables used in ur project

2 Answers   iGate, Qualcomm,


source table A having 100000 records. and target B table having 100000 records. now iam updating B records using update query. i don't know which record is update in target. write a sql query get all updated records from target table B.

4 Answers   TCS,


Input flatfile1 has 5 columns, faltfile2 has 3 columns(no common column) output should contain merged data(8 columns) Please let me know how to achieve ??

3 Answers   IBM,


star and snowflake schema?

6 Answers  


why we use source qualifier transformation?

16 Answers   Accenture,


how can we check whether a particular cache is static or dynamic?

1 Answers   InfoCepts, TCS,


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

15 Answers   IBM,


How/where can i install Informatica software with oracle or teradata as database

0 Answers  


how to join two flat file if they have diff. structure?how to join one relational and one flat file?

4 Answers   Wipro,


followin source like region sales 1 100 2 200 i want the output following format region 1 2 sales 100 200

2 Answers   Oracle,


wt is the difference between truncate and delete in which situation u use delete and truncate in real time..

4 Answers   TCS,


what is the purpose of surrogate key and diff between primary key&surrogate key

1 Answers   Cap Gemini,


Categories