Closed (fixed)
Project:
Drupal-to-Drupal data migration
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Oct 2012 at 03:59 UTC
Updated:
27 Nov 2012 at 16:10 UTC
Can anyone give me some help on this? Thanks.
Comments
Comment #1
mikeryanI had to do this recently, where photo gallery nodes in the Drupal 6 site needed to be translated to photo category terms in the Drupal 7 site. Because the migrate_d2d base classes assume like-to-like, you're pretty much got to implement the migration from scratch - here's a simplified version of the class I implemented:
Is this helpful?
Comment #2
kurtzhong commentedThanks, but i also got some taxonomy_reference fields on the original D6 content type. How can i do this?
Comment #3
mikeryanSo, your D6 nodes had used Term Fields to reference terms in D6? And now, you want the D7 terms you created from your D6 nodes to reference those other terms as well? That should be simple enough to do, by adding term references to the D7 terms, and mapping the old reference fields to the new ones. Or am I misunderstanding something?
Comment #4
mikeryanNo further response.