我刚刚安装了dspace5.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)谁能告诉我我错过了什么?
发布于 2016-01-29 00:17:41
我们没有从你的问题中得到大量的信息,比如你是如何从绿石出口的。据我所知,您可能没有以正确的dspace格式导出数据。
结构应该是这个simple archive format
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
https://stackoverflow.com/questions/35062914
复制相似问题