Posts: 281
Threads: 116
Joined: Oct 2010
Reputation:
0
05-31-2011, 09:48 PM
I just noticed that I have hundreds of duplicate enteries in my object respository. Currently, I must delete one by one plus select for each Object. Is there an easier way to delete these hundereds of not-needed objects?
Posts: 23
Threads: 1
Joined: Mar 2008
Reputation:
0
06-13-2011, 03:22 AM
(This post was last modified: 06-13-2011, 03:23 AM by Skepsis.)
You could export the OR file and then parse the xml, removing duplicates, then import the file again.
might be a lot of coding though.
Posts: 281
Threads: 116
Joined: Oct 2010
Reputation:
0
06-13-2011, 07:32 PM
(This post was last modified: 06-13-2011, 07:33 PM by mv8167.)
thx for the idea. This might be what I need to do. Thx!