- πΊπΈUnited States wylbur Minneapolis, Minnesota, USA
Marking this issue as outdated. The comments also point to using the Path Redirect Import module for importing redirects. Please reopen if needed.
We have a project, which needs lots of url redirects from the old site. Adding these redirects one by one should be a terrible job for client, or any user. But it would be much easier for client/user to provide a csv file containing necessay redirects and then import this file through a UI.
Feeds module provides many processors for handle different entities, but not redirect entity, for redirect entity not making use of entity_api module. In this case, we need a new processor, specificly for redirect entity.
A patch is attached in comment #1 to solve this, i.e. a custom feeds processor.
Reviews needed.
User could choose a 'RedirectProcessor' when create a importer from feeds module, in its processor page.
No api changes. But curretly, this processor doen't support redirect validate api. See reasons in following comment.
We met this requirement in a project, so I think it may be good to contribute it back to community:)
Closed: outdated
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Marking this issue as outdated. The comments also point to using the Path Redirect Import module for importing redirects. Please reopen if needed.