View Single Post
  #1  
Old 03-17-2014, 06:59 PM
PJMiller PJMiller is online now
Registered User
 
Join Date: 02-06-2014
Posts: 42
Question Duplicate documents

I have merged several collections of notes from several different sources into one Ultra Recall database.

There are some duplicates in this database, but it is hard to find them amongst so many entries.

I have constructed a search which just searches for documents where the 'Item Text' exists. This gives me a sorted list of all items wherever they are in the hierarchy, form this I can look at items with similar titles and see if they are the same.

I do not wish to to just delete duplicates since their position in the hierarchy gives contextual information, what I would like to do is to make them all clones. Delete all but one of the copies but replace each deleted copy with a clone of the remaining duplicate.

The problem is getting back from the sorted list to the original position of the duplicate. Is there any easy way to do this? Am I missing something here?
Reply With Quote