Title: Export
Last modified: August 21, 2016

---

# Export

 *  Resolved [davidnburgess](https://wordpress.org/support/users/davidnburgess/)
 * (@davidnburgess)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/export-15/)
 * I see that you have the option to import URLs and that’s great, but when do you
   think you’ll implement the option to EXPORT data from your plugin?
 * I was able to export the tables via PHPMyAdmin, but the way the data is structured,
   there is no way to re-import the data into the plugin later.
 * [https://wordpress.org/plugins/eps-301-redirects/](https://wordpress.org/plugins/eps-301-redirects/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [eggplantstudios](https://wordpress.org/support/users/shawneggplantstudiosca/)
 * (@shawneggplantstudiosca)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/export-15/#post-5137511)
 * The import feature was a last minute addition in this version, so I expect to
   fix many of the bugs with the import – as well as add an export feature in a 
   future release.
 * Hopefully since you’re comfortable in PHPMyAdmin you could just re-import that
   table if you need to restore them for the time being 🙂
 *  [eggplantstudios](https://wordpress.org/support/users/shawneggplantstudiosca/)
 * (@shawneggplantstudiosca)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/export-15/#post-5137740)
 * Export has been added in 2.2.0 – plus a much better importer. Thank you!
 *  [gabehammersmith](https://wordpress.org/support/users/gabehammersmith/)
 * (@gabehammersmith)
 * [11 years ago](https://wordpress.org/support/topic/export-15/#post-5137743)
 * I successfully exported a CSV from SiteX.
 * When I import SiteX’s CSV to SiteY, I get the following error:
 * > WARNING: Not a valid CSV file! No new redirects have been added.
 * I have confirmed that the file is indeed a CSV. I’ve tried changing the encoding,
   and removing the “hits” column but to no avail.
 * This is happening with WordPress 4.2.2 and EPS Redirects 2.2.4
 * Any ideas?
 *  [James Reed](https://wordpress.org/support/users/thelettuce/)
 * (@thelettuce)
 * [11 years ago](https://wordpress.org/support/topic/export-15/#post-5137744)
 * the fix for this is to edit plugin.php on line 250 and add “text/comma-separated-
   values”.
 * from:
    $mimes = array(‘application/vnd.ms-excel’,’text/plain’,’text/csv’,’text/
   tsv’); to : $mimes = array(‘application/vnd.ms-excel’,’text/plain’,’text/csv’,’
   text/tsv’,’text/comma-separated-values’);
 *  [eggplantstudios](https://wordpress.org/support/users/shawneggplantstudiosca/)
 * (@shawneggplantstudiosca)
 * [11 years ago](https://wordpress.org/support/topic/export-15/#post-5137745)
 * Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Export’ is closed to new replies.

 * ![](https://ps.w.org/eps-301-redirects/assets/icon-256x256.png?rev=2413221)
 * [301 Redirects - Redirect Manager](https://wordpress.org/plugins/eps-301-redirects/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/eps-301-redirects/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/eps-301-redirects/)
 * [Active Topics](https://wordpress.org/support/plugin/eps-301-redirects/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/eps-301-redirects/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/eps-301-redirects/reviews/)

 * 5 replies
 * 4 participants
 * Last reply from: [eggplantstudios](https://wordpress.org/support/users/shawneggplantstudiosca/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/export-15/#post-5137745)
 * Status: resolved