First I would like to say thank you for the module. I'm running an Aegir setup, thus using multisite, and managing the redirects from the old (non-Drupal) site using .htaccess isn't an (easy) option. So this module works great. But with this last site there were only 10 or so old .html URL's that I needed to redirect. If I had a site with say 120, adding each one by hand would be a pain. I know there is an API, but if there was a tab called like "bulk export" where you could choose a CSV file with some preset formatting and thus import all of the needed redirects that would be great. Just and idea.

Thanks again!

Comments

kbond’s picture

Would also like this feature.

Anonymous’s picture

+1

ryan.armstrong’s picture

*whew* this has been sitting here for awhile, perhaps I'll have a go at it. Shouldn't be incredibly difficult. I'll see if I can't break some ground this weekend.

dave reid’s picture

Title: Add a bulk import from a CSV » Add Migrate module support
Version: 7.x-1.0-beta1 » 7.x-1.x-dev

Well what probably would be more useful and the direction I'm leaning towards is working with the Migrate module which supports multiple source formats, including CSV.

glottus’s picture

subscribe

robloach’s picture

Hmmm, having Features module support would mean you could stick all your redirects in your version control. Would that be a better solution?

mikeryan’s picture

Subscribe.

mlncn’s picture

The Migrate module support would be a duplicate of #1116408: Support migrate module: Destination handler class, but i see bulk/programmatic exportability as having its own value. Also, one format for export could be as .htaccess/vhost-style.

grendzy’s picture

Status: Active » Closed (duplicate)

A patch has been uploaded to #1116408: Support migrate module: Destination handler class. Let's mark this as a duplicate - and open a new issue for exportability if that's a desired feature.