GoTripod News / Software
Transformation from every angle
Custom WordPress data import - solving business problems with plugins
Automotive industry manufacturer Sanden recently asked us to import a new set of data into their site, which we built on WordPress several years ago. While we knew this was going to be a one-off custom WordPress data import, there were a few things to consider when deciding how to implement it.
- The import would take a while to run, and we needed to see some kind of progress indicator
- Because the import time will exceed the allowed request timeout, we'll need to process the import in the background
- If anything went wrong during the import we'd need a log
- It'd be good to do a "dry run" to check for problems without writing to the database