how can one eliminate dupliacte data with out using
distinct option?
Answers were Sorted based on User's Feedback
Answer / sunil
By using aggrator select groupby port to eliminate
duplicates
| Is This Answer Correct ? | 31 Yes | 0 No |
Answer / prabha kamaraj
Using Group by command removes all duplicates records in a
table
| Is This Answer Correct ? | 5 Yes | 0 No |
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 |
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 |
Answer / arpan
U can use Sorter Transformation and there is an option as
Select Distinct.
| Is This Answer Correct ? | 3 Yes | 6 No |
Informatica software installation 8.1/7.1.3/7.1 with oracle 10g database (optional Teradata v2R6)
explain about lookup t/r?
how to join two flat file if they have diff. structure?how to join one relational and one flat file?
What is the diff. b/w informatica versions 8.1.1 and 8.6.1?
difference between shortcut and reusable transformation?
what is incremental aggregation ,with example?
What is data caches/ index caches?
What are the basic needs to join two sources in a source qualifier?
Why should we use star schema in datawarehouse design?
How do you convert single row from source into three rows into target?
how to connect two or more table with single source qualifier?
How to load a relational source into file taget?