Skip to content
RoySegall edited this page Jun 2, 2014 · 1 revision

In order to add more entires via migration we need to do some minor steps:

  1. Add more csv entires:
  • In the module drupalhub_migrate we have a folder called "csv". In the folder we have subfolders divided to entities type. In each folder we have CSVs files that present the bundle of the entity. For example in the node folder we have drupalhub_groups.csv. This it the file that holds the data for the drupalhub_group bundle.
  • You can start and add some more rows. ID is a unique identifer for the row. This is help for the migrate to role the info and bind it with depended entity. Title is the title, Mission is the description, logo is the name of the image that stored under drupalhub_migrate/images/nodes and User is the user identifier that define in the user cdv.
  1. Migrating is easy: Go to admin/content/migrate and check the box of groups and click on import.

Clone this wiki locally