Import data and content exported using dkan_export to a DKAN 2 install.
- Full installation of DKAN 2.
- Dependencies:
- drupal/migrate_plus
- drupal/migrate_tools
- drupal/migrate_source_csv
Inside your DKAN 2 powered Drupal site, add dkanclassic_import
using composer:
$ composer require "getdkan/dkanclassic_import"
Imports leverage CSV files and Drupal migrations. The module currently support the following Data imports:
After getting a users CSV file export (instructions here). Save all users currently available on on a DKAN Classic site and uuids of datasets that they authored.
$ drush mim --update dkanclassic_users
Notes:
- Make sure you harvested/imported any datasets prior to importing the users.