Dspace导入失败

1 collections repository digital dspace

我刚刚安装了Dspace 5.4,我试图将一个集合从greenstone移动到Dspace.

我成功地从greenstone导出了该集合,但是当我尝试通过批量导入(zip)将其加载到Dspace时,我收到以下错误:

Notice

Import failed

/dspace/imports/New Folder.zip/New Folder/exported_DSpace/dublin_core.xml (No such file or directory)
Run Code Online (Sandbox Code Playgroud)

谁能告诉我我错过了什么?

Dyl*_*eus 5

我们没有从您的问题中继续提供大量信息,例如您如何从绿石出口.据我所知,您似乎没有以正确的dspace格式导出数据.

结构应该是这种简单的归档格式

archive_directory/
  item_000/
    dublin_core.xml         -- qualified Dublin Core metadata for metadata fields belonging to the dc schema
    metadata_[prefix].xml   -- metadata in another schema, the prefix is the name of the schema as registered with the metadata registry
    contents                -- text file containing one line per filename
    file_1.doc              -- files to be added as bitstreams to the item
    file_2.pdf
  item_001/
    dublin_core.xml
    contents
    file_1.png
    ...
Run Code Online (Sandbox Code Playgroud)

要从greenstone导出集合以使其适用于dspace,您可以按照这些步骤进行操作.以下是一些可能有用的信息 您似乎可以从greenstone导出数据,但DSpace的格式不正确.

有关在将数据导入DSpace时结构应如何显示的更多信息,您可以在此处查看