Closed (fixed)
Project:
Migrate
Version:
6.x-2.3
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Apr 2012 at 13:42 UTC
Updated:
4 Jan 2014 at 01:39 UTC
Jump to comment: Most recent
Comments
Comment #1
mikeryanI've seen this scenario frequently (typically reorganizing a "channels" vocabulary), I approach it like this:
If you have too many categories to be comfortable with a PHP array, you can put them in a MySQL table and look up against that.
Is this helpful?
Comment #2
ebeyrent commentedBRILLIANT!!!
It was the prepareRow() method that I was missing - thanks a ton for the assistance!!
Comment #3
mikeryan