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

Whats the difference between informatica powercenter server, repositoryserver and repository?

0 Answers  


what is runtime variable?

3 Answers   TCS,


What is the "File Repository" and how can we use that in the Informatica ? Please give one example of the Process ? waiting for Reply... Thank you .

4 Answers  


Explain what are the different versions of informatica?

0 Answers  


wt is informatica file watch timers in aflat i want to get the first record and last record how could i.

1 Answers   CTS,






Write the prerequisite tasks to achieve the session partition?

0 Answers  


Can we write to_date(three arguments) ? Will it work ? Advance thanks

1 Answers   Puma,


What is the grain level in DWH? If i have year to day. what is the grain level of DWH from year to day.

1 Answers   Zensar,


What are the types of error logs available in Informatica?

1 Answers  


Had any one faced informatica(ETL/Developer), Datawarehouseing interview in UK. Than plz help me (i have any exprience of 3yrs informatica,datawarehousing,oracle,teradata) 1.hw the procedure will b here 2. wht type of question's they will b asking. 3.In which area they concertate more. since this is the first time im facing interview in UK. plz help ASAP.it will b a great help for me thanks to All in Advance

2 Answers  


If you have 10 mappings designed and you need to implement some chages (may be in existing mapping or new mapping need to be designed) then how much time it takes from easier to complex?

1 Answers  


What is standalone command task?

0 Answers  


Categories