• Resolved commadelimited

    (@commadelimited)


    I ran a CSV import containing a large number of redirects. After a short wait, the import errored (importing an unknown number of entries). I broke the CSV file into smaller chunks and imported them individually, successfully. But now have an undetermined number of duplicate records in my database and I’d like to remove them.

    Could you offer some suggestions on the best approach?

Viewing 1 replies (of 1 total)
  • Plugin Author John Godley

    (@johnny5)

    There’s no magic solution. You could export everything and remove the duplicates like that. Or you could order by name and remove the duplicates there.

Viewing 1 replies (of 1 total)

The topic ‘Remove duplicate redirects’ is closed to new replies.