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 will you remove the duplicate records from flat file
without using sorter?

Answers were Sorted based on User's Feedback



how will you remove the duplicate records from flat file without using sorter?..

Answer / rkumar.etl

use aggregator transformation and group by all ports and
create one port for checking count...and pass the results
accordingly to target tables.

Is This Answer Correct ?    24 Yes 3 No

how will you remove the duplicate records from flat file without using sorter?..

Answer / sathish

use aggregater T/R after source qualifier select all ports in group by clause it will removes the duplicates

Is This Answer Correct ?    5 Yes 2 No

how will you remove the duplicate records from flat file without using sorter?..

Answer / ajit kumar pradhan

if it is a relational source then click on source Qualifier
properties then check Distinct option.

if it is a flat file then it can't work .......

click on target defination select target menu and click
generate/execute then it come out one dialog box come out
then check primary key check box..it avoid duplicale row...

Is This Answer Correct ?    0 Yes 0 No

how will you remove the duplicate records from flat file without using sorter?..

Answer / sathish

put primary key to target it will reject duplicate rows

Is This Answer Correct ?    1 Yes 4 No

how will you remove the duplicate records from flat file without using sorter?..

Answer / suren

by setting option distinct option

Is This Answer Correct ?    2 Yes 5 No

how will you remove the duplicate records from flat file without using sorter?..

Answer / amedela chandra sekhar

SD---S.Q----EXP t/r------TGT.

add two port in exp t/r.
one is variable port v_seq expression:seq+1
one output port o_seq expression:v_seq
required ports connect to target.

Is This Answer Correct ?    1 Yes 4 No

how will you remove the duplicate records from flat file without using sorter?..

Answer / krishnakanthch

We can use the option 'SELECT DISTINCT' in the source
qualifier.

Anybody please tell me whether this works or not.

Is This Answer Correct ?    5 Yes 23 No

Post New Answer

More Informatica Interview Questions

What is Datadriven?

2 Answers   Informatica,


we have 20 records in source system, when we run for the 1st time, it should load only 10 records into the target, when you run for the second time it should load another 10 record which are not loaded. How do we do that? Can we write a SQL query in source qualifier to do it. This q' is asked in one f the interviews. Please let me know if anyone knows. Thanks

3 Answers   TCS,


What is mapplet in informatica?

0 Answers  


How to run a session, which contains mapplet?

1 Answers  


How many repositories can we create in Informatica?

3 Answers  


How to create Target definition for flat files?

0 Answers   Informatica,


Write the unconnected lookup syntax?

0 Answers  


i have one source 52 million records i want target only 7 records ?how wil you do what logic to implement?

7 Answers   L&T,


performance wise which one is better in joiner and lookup transformation?why?explain clearly?

1 Answers   IBM,


Differences between connected and unconnected lookup?

0 Answers  


How to display First letter of Names in Caps?

7 Answers  


How do you implement scheduling in Informatica?

1 Answers  


Categories