首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Dspace导入失败

Dspace导入失败
EN

Stack Overflow用户
提问于 2016-01-28 21:31:31
回答 1查看 920关注 0票数 1

我刚刚安装了dspace5.4,我正在尝试将一个收藏从greenstone迁移到Dspace。

我成功地从greenstone导出了这个集合,但是当我试图通过批量导入(zip)将它加载到Dspace时,我得到了以下错误:

代码语言:javascript
复制
Notice

Import failed

/dspace/imports/New Folder.zip/New Folder/exported_DSpace/dublin_core.xml (No such file or directory)

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

EN

回答 1

Stack Overflow用户

发布于 2016-01-29 00:17:41

我们没有从你的问题中得到大量的信息,比如你是如何从绿石出口的。据我所知,您可能没有以正确的dspace格式导出数据。

结构应该是这个simple archive format

代码语言:javascript
复制
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
    ...

要从greenstone导出一个集合,以便它适合dspace,您可以按照以下步骤操作。Here is some information that might help您可能已经从greenstone导出了数据,但没有以正确的DSpace格式导出。

有关将数据导入DSpace时结构应该是什么样子的更多信息,可以查看here

票数 5
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/35062914

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档