Eileen developed CiviMigrate, a Drupal module, to help migrate data with parent - child relationships into CiviCRM more easily.
Initial documentation for the module is present in her blog post here.
Installation
In your sites/all/modules directory, type
drush dl migrate migrate_extras views tw schema
svn co https://svn.fuzion.co.nz/repos/fuzion-code/trunk/drupal/modules/custom/*civimigrate\* (https://svn.fuzion.co.nz/repos/fuzion-code/trunk/drupal/modules/custom/*civimigrate*)
There will be a warning about a self-signed (and thus insecure) certficate. Accept the cert either temporarily or permanently.
drush pm-enable migrate migrate_extras views tw schema civimigrate
In Drupal, go to Administer > User Management > Permissions.
Turn on appropriate permissions for relevant modules.
