Skip to content

Add taxonomy ("tags") to Drupal migration #740

Closed
clayt0nk wants to merge 1 commit intojekyll:masterfrom
clayt0nk:master
Closed

Add taxonomy ("tags") to Drupal migration #740
clayt0nk wants to merge 1 commit intojekyll:masterfrom
clayt0nk:master

Conversation

@clayt0nk
Copy link

@clayt0nk clayt0nk commented Jan 6, 2013

I added support for migrating a simple situation of a flat hierarchy of tags. This might not handle complicated taxonomies well, but it just worked for my site with one list of tags.

@parkr
Copy link
Member

parkr commented Jan 18, 2013

What is the general use-case for Drupal users: a complicated taxonomy or one like yours?

@clayt0nk
Copy link
Author

I would think that the most normal case would be the transfer of a Drupal blog, and for this case one single flat taxonomy/tag list like mine would be very common indeed.

Though untested, my feeling after looking at the Drupal tables in question is that this simple bit of code will probably also handle more complicated taxonomies (multiple lists, or hierarchies) reasonably gracefully by just mushing them all into one flat list of tags.

@maul-esel
Copy link

@parkr: Shouldn't this be moved to the new jekyll/jekyll-import repo?

@parkr
Copy link
Member

parkr commented Mar 17, 2013

Agreed! Would you mind?

@parkr
Copy link
Member

parkr commented Mar 17, 2013

@clayt0nk Does this apply only for Drupal 6 or also for Drupal 7? I'll submit a PR at jekyll/jekyll-import with these commits against the Drupal 6 migrator.

@parkr
Copy link
Member

parkr commented Mar 17, 2013

Resubmitted over there: jekyll/jekyll-import#15

@parkr parkr closed this Mar 17, 2013
@clayt0nk
Copy link
Author

I did not test it on Drupal7, so don't know if the same will work on Drupal7

@jekyll jekyll locked and limited conversation to collaborators Feb 27, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants