Create Ingest Folders for a Set of Files - Georgetown-University-Libraries/File-Analyzer GitHub Wiki

DSpace-Institutional-Repository-Ingest


Create Ingest Inventory

Scan file system for assets to be ingested

screen shot

Export an inventory spreadsheet and author metadata

screen shot

Generate DSpace Ingest folders from the inventory spreadsheet

Import the inventory file

screen shot

Optionally provide an exported copy of the metadata registry (JSON format)

Each metadata field provided will be validated against an entry in the metadata registry.

This file can be requested from the DSpace REST API.

/rest/registries/schema

You will need to pass a header Accept: application/json to retrieve this data in JSON format.

image

Review the ingest folder assembly status

screen shot

Review metadata field entries

image

Validate Generated Ingest Folders

Select the parent folder containing a set of ingest folders

Optionally provide an export of the metadata registry

image

Review the status of the ingest folders

image

Metadata Registry

image

[
  {
    "prefix":"dc",
    "namespace":"http://dublincore.org/documents/dcmi-terms/",
    "fields":[
      {
         "name":"dc.contributor.advisor",
         "element":"contributor",
         "qualifier":"advisor",
         "description":"Use primarily for thesis advisor."
      },
    ]
  }
]