Hello.
I am trying to import data from a Backdrop site to another Backdrop site.
I've created an importer for vocabularies/taxonomies/terms with the Feeds module.
In the Taxonomy term processor Mapping , I have added
- GUID
- Term name
- Parent:Term name (parent)
- Path alias (path_alias)
When I actually imported them using the importer with a CSV file, the items I entered in the Path alias (e.g. tags/information, tags/information/event, etc.) were not imported at all. How do I write the Path alias?
Thanks;
Well, I was curious and tried to import some terms into a test site, and that worked quite well, even without the bulk action to generate URL aliases. I followed these steps:
color/[term:name]
colors/orange
I think, it would even work without importing the aliases and also without bulk generating them.