简体   繁体   English

露天批量上传带有xml中元数据的图像

[英]alfresco bulk upload of images with metadata in xml

Am very new to alfresco and I am tasked to upload alot of images with their respective metadata. 我对露天摄影非常陌生,我受命上传大量带有各自元数据的图像。 The metadata is in xml format. 元数据为xml格式。 For example the first batch have 10,000 files with the following naming, for the image is a imagename.Tiff(employee1.tiff,employee2.tiff etc), the xml contains metadata of the employee eg employee no,name, department, date employeed etc. I have created custom aspects that corresponds to the metadata but my problem is how to index the metadata into alfresco. 例如,第一批具有10,000个文件,并带有以下命名,因为该图像是imagename.Tiff(employee1.tiff,employee2.tiff等),xml包含员工的元数据,例如员工编号,姓名,部门,受雇日期等我已经创建了与元数据相对应的自定义方面,但是我的问题是如何将元数据索引到露天。
I have already created a listening folder where when i drop my files thy are been picked and placed in the right space. 我已经创建了一个侦听文件夹,当我放下文件时,会在其中拾取并放置在正确的空间中。 The remaining issue is to index the metadata for each uploaded image. 剩下的问题是索引每个上载图像的元数据。

Kindly assist. 请协助。

An easy way to ingest in bulk, with metadata, is to use Alfresco's Bulk Import Tool 使用元数据批量导入的一种简单方法是使用Alfresco的批量导入工具

If you are on Alfresco Enterprise, then I recommend that you use the In-place Bulk Import. 如果您使用的是Alfresco Enterprise,则建议您使用就地批量导入。 However, if you do use the In-place Bulk Import, you'll want to distribute the files efficiently on the filesystem and also keep children limited to a few thousand as recommended by Alfresco. 但是,如果您确实使用就地批量导入,则将需要在文件系统上有效地分发文件,并且还要按照Alfresco的建议将子级限制为数千个。

Regarding the metadata in XML - you'll need to transform the XML into the format the tool is looking for. 关于XML中的元数据-您需要将XML转换为工具正在寻找的格式。 Details available here: http://docs.alfresco.com/4.2/topic/com.alfresco.enterprise.doc/concepts/bulk-import-prepare-filesystem.html 此处提供详细信息: http : //docs.alfresco.com/4.2/topic/com.alfresco.enterprise.doc/concepts/bulk-import-prepare-filesystem.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM