Search code examples
drupal-7drush

How can I import content to Drupal 7 using drush?


How can I import content (not users) to Drupal 7 by using drush ?


Solution

  • By using migrate module,we can create a script to import content. After that using drush commands to import content.

    drush mi --help