Hi,

Recently I have done a Drupal 6 to Drupal 7 migration using Migrate and Migrate_d2d module. After migration all other data migrated to Drupal 7 except two fields in a content type.

When I check the database backend I can see that field table is created only for one field. But there is no data in that table. Anyone please tell me there is anyway to migrate only the two field contents.

I have added the missed table from Drupal backend. but how I can retrieve the data from Drupal 6.

Following is My doubts:-

Do I need to rerun the migration using migrate module?
Any custom module I need to create for this field mapping?

Thanks,
Arun