Import Process Could Use Some Work
-
I am definitely happy with the way that full usermeta is exported with this plugin as opposed to some other user import/export tools I’ve used. In a site with over 5,000 users which I need to migrate, the export process was stable (though slow-ish) with paged ajax requests to pave the way and update you on progress. Smooth sailing so far!
To my dismay, the import process was not nearly as fleshed out as I had hoped. It’s a single POST request that can easily time out with no status indication at all if you have a large file. I attempted uploading the csv file directly to the server and using that option with the same result. In the end, I had to use bash scripts to split my 5,000+ row CSV file into chunks of 100 users and import each one by hand, a very tedious process.
This plugin desperately needs to revise it’s import experience to match the effectiveness of the export experience. The actual functionality, options, and result is fantastic otherwise.
The topic ‘Import Process Could Use Some Work’ is closed to new replies.