Is it possible to use the Wizard to setup a Drupal 5 to Drupal 7 file migration and attach the files to the nodes? The GUI example for this all center around Drupal 6 to 7 and involve a Source file field.

The closest I've seen to this is info on the non-wizard based approach here: Issue 1819704#comment-7954095

Comments

mikeryan’s picture

Title: Drupal 5 to Drupal 7 file attachment using GUI without field? » Add support for D5 file attachments
Version: 7.x-2.1-beta1 » 7.x-2.x-dev
Category: Support request » Feature request

In D7 files are attached using fields, in D6 using the upload table, and the migrate_d2d integrations support these. In D5 files were attached via a nid column in the files table, and migrate_d2d doesn't currently build in support for that. We should add that.