In my database migration a number of duplications have occured. I need to delete over 400 records. Is there are way to do this en masse or do I need to go in 1 at a time?
Sure, just tick the ones you don't want, scroll to the bottom and click With X Selected > Bulk Delete Selected
Thanis Erik - but there are over 400 of them, amongst several thousand records. I'm trying to find a way that is a little more automated?
I guess it comes down to how you can identify them. Neto has many filters available. Is there something unique with those records that you can filter to?
Yes - the user names
As in the usernames follow some pattern? Or you have a list of usernames to delete? I don't really understand.
If there's some property in common between all the ones you want to delete, you just filter, set page size to 250, select all, and delete.
No - each record is discreet - there's no unifying factor. I think I have to do it one by one. I'm already about 30 down in the past 10 mins. WIll just knuckle down & get it done.