Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 523 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 523 Bytes

DDI2 harvester for CKAN. This extends CKAN harvester to parse DDI2 metadata sources and import datasets.

Harvester configuration

Please make sure you have ckanext-harvest installed. You can add a harvest source from CKAN UI and add the URL in which the XML files for DDI2 reside.

Configuration options:

  • limit: Import only first 'limit' number of XML files.

Here is an example of a configuration object (the one that must be entered in the configuration field): { "limit": 10, }