GeekInterview.com
Home
Tech Articles
Code Samples
Learn
Freelance Projects
Online Testing
Geek Talk
Job Postings
Knowledge Base
Geek Blogs
Question Bank
Interview Questions
Certification
Placement Papers
Tech FAQ
Career Advice
Engineering
Ask Question
I am new,
Sign me up!
User Name
Remember Me?
Password
Interview Questions
Certification
Placement Papers
Tech FAQ
Career Advice
Engineering
Ask Question
GeekInterview.com
>
Interview Questions
>
Data Warehousing
>
DataStage
Go To First
|
Previous Question
|
Next Question
DataStage
| Question 297 of 390
Print
How can we remove duplicates using sort stage?
Total Answers and Comments:
3
Last Update: June 22, 2009 Asked by:
sivanov21
Sponsored Links
Best Rated Answer
—
No best answer available. Please pick the good answer available or
submit
your answer.
February 09, 2007 14:47:31
#1
Vikas
RE: How can we remove duplicates using sort stage?
Set the Allow Duplicates option to false
Is this answer useful?
Yes
|
No
February 28, 2007 16:43:48
#2
Alex
RE: How can we remove duplicates using sort stage?
TreeSet<String> set new TreeSet<String>(Arrays.asList(names));
for (String name : set)
System.out.println(name);
this is enough for sorting and removing of duplicate elements (using Java 5 in this example)
Is this answer useful?
Yes
|
No
June 22, 2009 05:57:38
#3
vadlamudi225
Member Since: June 2009 Contribution: 1
RE: How can we remove duplicates using sort stage?
In the Sort Stage properties set Allow Duplicates False
Is this answer useful?
Yes
|
No
Go To Top
Sponsored Links
Related Categories
—
Abinitio Interview Questions
Analysis services Interview Questions
Data Warehousing Basics
BO Designer Interview Questions
Business Intelligence Interview Questions
Business Objects Interview Questions
Cognos Interview Questions
Data Warehousing Concepts
BO Data Integration
DataStage Interview Questions
ETL Interview Questions
Hyperion Interview Questions
Impromptu Interview Questions
Informatica Interview Questions
MicroStrategy Interview Questions
Reportnet Interview Questions
Sponsored Links
About Us
-
Privacy Policy
-
Terms and Conditions
-
Contact
-
Ask Question
-
Propose Category
-
Site Updates
Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved