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

What do you understand by a term domain?

0 Answers  


What is Cognos script editor?

0 Answers   Cognizant,


difference between repository database and repository service?

0 Answers  


Want to know about Training Centres for Informatica, Cognos and ETL Softwares in Mumbai, India.

27 Answers  


what is lookup ?

7 Answers  






What is the difference between lookup override and souce qualifier override ?

2 Answers   Puma,


How do you change parameter when you move it from development to production.

1 Answers  


what is index?how it can work in informatica

0 Answers  


What is status code in informatica?

0 Answers  


How many number of sessions that u can create in a batch?

3 Answers  


Define Incremental Aggregation?

2 Answers  


Suppose we have a csv file with contents as below which is used has a source file. C1,C2,C3,C4 100,200,A B,300 200,400,X,Y,299 ---> it should be 4 values but by mistake 300,600,C D,566 with a comma in between X & Y,its 5. My target takes only 4 columns, How to take care of the 2 record as above without rejecting it and loading in the target. Hope u guys have understood my scenerio

4 Answers   IBM,


Categories