Having run a big import, occasionally a few items fail, so an option of re-trying the import on the failed imports would be nice.

Use-case: Two of the 3000 nodes that I had just imported had corrupt image references, so all 3000 were re-imported after the errors were fixed to import the 2 items.

Comments

afeijo’s picture

I agree, it is a pain that we cannot make Migrate reprocess those missing ones

My solution is to rename my class (I add 2 at the end of the name), the I make migrate register the new class (it will naturally complain about the missing original one)
Then I do a filter in my query to grab only the missing ones, and execute it to successful import ;)

Rename it back to what it was, done.

pifagor’s picture

Issue summary: View changes
Status: Active » Closed (outdated)