【问题标题】:Dspace import failed空间导入失败
【发布时间】:2016-05-05 21:54:29
【问题描述】:

我刚刚安装了 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)

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

【问题讨论】:

    标签: collections repository digital dspace


    【解决方案1】:

    我们无法从您的问题中获得大量信息,例如您是如何从 greenstone 导出的。据我所知,您似乎没有以正确的格式为 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

    【讨论】:

    • 嗨 Dylan,我使用了 Greenstone 中的导出工具并选择了 dspace 格式。文件夹结构如下:archive_directory/item1_directory/docmets.xml、doctxt.xml、file1.pdf。即 2 个 xml 文件和项目。
    • @NasYakubu 这种格式确实错过了 dublin_core.xml 文件。也许,您可以编写一个脚本来从 greenstone 进行导出。您可以自己生成所需的文件/文件结构。在我提供的链接中,有一个示例说明了它的外观。您是否根据链接生成存档?
    猜你喜欢
    • 2021-09-07
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2016-04-07
    • 2018-03-17
    • 2020-03-04
    • 2014-03-28
    相关资源
    最近更新 更多