AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Need help removing dup. entries :)

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
QuestionMan
Guest





PostPosted: Mon Jul 07, 2008 3:27 am    Post subject: Need help removing dup. entries :) Reply with quote

Hello, I have a text file with about 100,000 or so entries, like

ABCENTRY100
ABCENTRY102
ABCENTRY104
...
...

Just a string with letters and numbers.

They are comma delimited, but could be re-paged to a line by line.

Could someone please show a way to remove duplicate entries? Even if it is very slow, I can accept that if it can work. Can someone please help me with a process? Smile
Back to top
evan
Guest





PostPosted: Mon Jul 07, 2008 4:03 am    Post subject: Reply with quote

look for "sort" with option "U"
Back to top
QuestionMan
Guest





PostPosted: Mon Jul 07, 2008 12:05 pm    Post subject: Reply with quote

Can that work onv ery large lists?
Back to top
HugoV



Joined: 27 May 2007
Posts: 495

PostPosted: Mon Jul 07, 2008 12:36 pm    Post subject: Reply with quote

Try it and you'll ind out Cool (yes it will I've tried with 55 mb files without any problems, might depend on your PC though)
Back to top
View user's profile Send private message
vahju



Joined: 17 Feb 2008
Posts: 58

PostPosted: Mon Jul 07, 2008 3:59 pm    Post subject: Reply with quote

You could also try opening this in excel and use the advanced filter to only give you unique values. You can then copy and paste that into another sheet for rework.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group