Page 1 of 1
Duplicates
Posted: Mon Aug 29, 2011 10:29 am
by dweddle
Is there a tool or macro that can check text document for duplicate entries so extras can be deleted?
Posted: Mon Aug 29, 2011 11:19 am
by ak47wong
You can remove duplicate entries when sorting the lines in a document. Click Tools > Sort and select Delete duplicate lines.
Posted: Mon Aug 29, 2011 11:24 am
by SteveH
As far as I know there's not a tool that does specifically what you are after.
If your file is structured lines of data you might be able to sort the file and delete duplicate lines at that point.
It's not perfect though because there's no way to get back the original order from there.
If you have any examples showing the the text files you have, that may be useful.