how can one eliminate dupliacte data with out using
distinct option?

Answers were Sorted based on User's Feedback



how can one eliminate dupliacte data with out using distinct option?..

Answer / sunil

By using aggrator select groupby port to eliminate
duplicates

Is This Answer Correct ?    31 Yes 0 No

how can one eliminate dupliacte data with out using distinct option?..

Answer / prabha kamaraj

Using Group by command removes all duplicates records in a
table

Is This Answer Correct ?    5 Yes 0 No

how can one eliminate dupliacte data with out using distinct option?..

Answer / sujatha

in the sq data has to be order by key column..then in the
expression trans we have to create a variable port to hold
the previous records key value...and one more variable port
to compare with the current records key value...if the prev
and curr are equal then the 2nd variable value will
get 'Y',if not equal its value will be 'N'.
Take a router ,process the rows which are having the 2nd
variable value as 'N' to the target....these are unique recs

Is This Answer Correct ?    4 Yes 0 No

how can one eliminate dupliacte data with out using distinct option?..

Answer / ankit kansal

An Alternative way
Using Rank Transformation select group by all and only select only those rows whose indexes are one.


http://deepinopensource.blogspot.in/

Is This Answer Correct ?    1 Yes 0 No

how can one eliminate dupliacte data with out using distinct option?..

Answer / arpan

U can use Sorter Transformation and there is an option as
Select Distinct.

Is This Answer Correct ?    3 Yes 6 No

Post New Answer

More Informatica Interview Questions

How informatica recognizes mapping?

2 Answers   CTS,


How to Display top 2 salaries for each department WITHOUT using Rank Transformation And WITHOUT using SQL queries in source qualifier.

3 Answers   Eureka Forbes,


in source one table is there. id value --- ------ 1 a 2 b 3 c 1 d 2 e 1 f in target i want id value ---- ------ 1 a,d,f 2 b,e 3 f How to implement it in informatica without using normalizer transformation?

2 Answers   IBM,


What are the components of the workflow manager?

0 Answers  


Explain how many types of dimensions are available in informatica?

0 Answers  






What is persistent lookup cache?

0 Answers  


Slowly changing dimensions, types and where will you use them

0 Answers  


What is the format of informatica objects in a repository? What are the databases that informatica can connect to windows?

0 Answers  


How can we use mapping variables in informatica? Where do we use them?

0 Answers  


How to display session logs based upon particular dates. If I want to display session logs for 1 week from a particular date how can I do it without using unix. ?

0 Answers   CTS,


Scenario is like this: Name Sal A 10; B 20; C 30; Then Output should be Name Sal A 10; B 20; C 30; Total 60; Use SQL For this scenario

4 Answers   TCS, Wipro,


Tell me about your experience in informatica? what is best mark you can give yourself? How to answer this question?

0 Answers   HCL,


Categories