当我想使用插件 nuxeo csv 导入将附件(csv)添加到文件时。我遇到了这个问题:
Line 2 ERROR The file NuxeoCSV-USERDOC.pdf does not exist
这是 csv 文件:
name,"type","dc:title","dc:description","file:content","dc:nature","dc:source"
nuxeo-csv-userdoc,"File","Nuxeo CSV User documentation","This is the user guide for Nuxeo CSV","NuxeoCSV-USERDOC.pdf","procedure","http://doc.nuxeo.com"
Nuxeo-csv-sample-3,"File","Nuxeo CSV Sample","This a second file imported with Nuxeo CSV","Nuxeo-csv-sample-3.odt","article","http://doc.nuxeo.com"
要求对文件 conf 进行一些更改,但我没有得到最后一行。我应该如何添加路径以及如何添加 nuxeo.csv.blobs.folder,只需粘贴它?
Configuration :
The Nuxeo CSV addon enables users to create file documents and upload their
main attachment at the same time. This requires to configure where the
server will take the attachments. This is done adding the parameter
nuxeo.csv.blobs.folder in the server nuxeo.conf and giving it a value that
is a local path to a folder that can be accessed by the server.
提前致谢。