This repository has been archived by the owner on Jan 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README and switch to markdown
- Loading branch information
Showing
2 changed files
with
15 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
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, | ||
} |
This file was deleted.
Oops, something went wrong.