Skip to content

Import data and content from DKAN Classic via CSVs exported using GetDKAN/dkan_export.

License

Notifications You must be signed in to change notification settings

GetDKAN/dkanclassic_import

Repository files navigation

DKAN Classic Import

Import data and content exported using dkan_export to a DKAN 2 install.

Installation

Requirements

  • Full installation of DKAN 2.
  • Dependencies:
    • drupal/migrate_plus
    • drupal/migrate_tools
    • drupal/migrate_source_csv

Install Composer

Inside your DKAN 2 powered Drupal site, add dkanclassic_import using composer:

$ composer require "getdkan/dkanclassic_import"

Usage

Import Data

Imports leverage CSV files and Drupal migrations. The module currently support the following Data imports:

Users

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.

About

Import data and content from DKAN Classic via CSVs exported using GetDKAN/dkan_export.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages