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...


Eliminating of duplicate records without using dynamic lookups

Answers were Sorted based on User's Feedback



Eliminating of duplicate records without using dynamic lookups..

Answer / jakka

Below are the ways to eliminate the duplicate records:
1.Select distinct in source qualifier
2.Based on your requirement,select and give number of
sorted ports in source qualifier and need to override the
query using order by cluase. Then use aggregator and select
sorted input as given and use group by ports
3. Use sorter to sort data and then use aggregator as
mentined in point 2.
4.Use sorter to sort data and check distinct in soter
properties.

Hope this will help you...

Jakka

Is This Answer Correct ?    2 Yes 0 No

Eliminating of duplicate records without using dynamic lookups..

Answer / kal_leo@hotmail.com

Hi U can eliminate duplicate records by an simple oneline
SQL Query.

select id, count(*) from seq1 group by id having
count(*)>1;

U can run this query directly on any SQL*Plus or U can
override SQL in any transformation.

Hope this is of any help.

Kal

Is This Answer Correct ?    2 Yes 1 No

Eliminating of duplicate records without using dynamic lookups..

Answer / vikram

To eliminate duplicate we use Source,Source qualifier,Look
up T/N, router T/N AND Target.. In This Case we use dynamic
cache


BUT USE
example emp table consist of i.d salary,name dept no.
eliminating the duplicates of dept no.

Source,Source Qualifier,Sorter T/N,Expression T/N,Router T/N
And split target in to two as duplicates and distinct
we have to create 3attributes in expression T/N AS
V_pre_deptno v_flag 0_flag
give condition as v_pre_dept no = dept no
v_flag= IFF(dept no = v_pre_deptno,1,0)

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More ETL Interview Questions

What are snapshots?

0 Answers  


Explain and compare etl & manual development?

0 Answers  


What is cube grouping?

0 Answers  


how do u estimate the number of partitions that a mapping really requires? Is it dependent on the machine configuration?

0 Answers  


Explain about enterprise scalability and roi of data integration suite?

0 Answers  


what is the difference between OLTP database and data warehousing database?

3 Answers  


what are the concerns of OLTP and DSS systems?

0 Answers  


how to join two tables without using joiner transformation .advantages of joiner over lookup and vice versa.

2 Answers   CTS,


IN Informatica, I have 10 records in my source system. I need to load 2 records to target for each run. how to perform.please let me know. I know by using Mapping variable we can perform but how to load please any one explain.

3 Answers   TCS,


Can u access a repository created in previous version of Informatica?

0 Answers  


Explain about the data integration suite features?

0 Answers  


Is hadoop a etl tool?

0 Answers  


Categories