bulk
Hello, I am trying to learn how to use the bulk framework in nuxeo based on this document https://doc.nuxeo.com/nxdoc/1010/bulk-action-framework/ . But until now I could not find how to process documents in parallel. For example, I defined the ...
0 votes
1 answers
0 comments
955 views
Hi, I successfully use the bulk import of documents with their metadata (dublincore, versionning and primaryType) stored in a separated “.properties” file. I have just one problem with the “dc:modified” property. Indeed, Nuxeo will use the date of ...
0 votes
0 answers
0 comments
1776 views
Hi, I'm wondering if it's possible to upload many users to my Nuxeo instance by using Curl on a local JSON file. It's certainly possible for a single user, as I've already attempted. ' curl -u “Administrator:Administrator” -H “Content-Type: ...
0 votes
1 answers
0 comments
2539 views
I work with nuxeo bulk importer and I have a big problem: when i import the same file x times in my Nuxeo default workspace is uploaded the same number of files with the same name and properties. But i want only one file with different versions. ¿It ...
0 votes
0 answers
0 comments
1579 views
Hi, I have problem when i try to install the package of Nuxeo Bulk Importer. I have an error related to webengine !!!
0 votes
0 answers
1 comments
1685 views
I am attempting to use the bulk document importer and the FileWithIndividualMetadasSourceNode to load custom metadata for many files in the filesystem. I have tried several formats for the properties documents listed there. Right now I have ...
0 votes
1 answers
2 comments
3315 views
I used the following blog to build an importer (http://www.nuxeo.com/blog/development/2012/03/monday-dev-heaven-multithreaded-transactional-documents-import-nuxeo/). This importer listens to a folder in which I can place files which are imported ...
0 votes
1 answers
0 comments
1991 views
Is there any possible way to create a bunch of users by using the automation api or another mechanism. The import information would include their email, username, password, and a single group in which they should be a part of.
1 votes
2 answers
2 comments
3542 views