import


Related Questions
Hi, I have exported a PDF file from Nuxeo as a ZIP through the web ui. I would like to import the ZIP back into Nuxeo using the rest API. When I use the drag-and-drop import functionality of the web ui, I am able to successfully upload the ZIP. The ...
  0 votes
  1 answers
  1 comments
  875 views

Hi :) I am using Nuxeo csv import . I need to create specific document types from each record in csv file.I hace created the csv file as Nuxeo requires it: “name” ,“type”,“document's fields in the format prefix:field”,“file:content” . I have also ...
  0 votes
  0 answers
  0 comments
  1811 views

Hi We are facing an interesting challenge with Nuxeo platform. We have some Nuxeo 5.4.3 instances and we want to migrate all the documents to a single already running instance with version 8.10. We have tried the bulk export / import : we export the ...
  0 votes
  1 answers
  2 comments
  3524 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
  1687 views

I want to import special character throught csv but nuxeo transform them as “?”
  2 votes
  1 answers
  0 comments
  1856 views

I'm using the PHP automation client to bulk import some images. When I create document 'file' everything works fine, but if I change it to 'picture' it seems to work and I get a response like: ...
  0 votes
  1 answers
  2 comments
  2179 views

I have imported an archive (ZIP Tree XML Export) into my current NUXEO instance which is a FT 8.1. The archive was from an older version (5.something I guess). Beside some minor things like unsupported facets etc., which I solved outside of NUXEO, ...
  0 votes
  2 answers
  1 comments
  2118 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
  2425 views

I would like, after drag and drop, to force the document type according to criterias such as parent document type. It seems the doctype can only be defined acording to the MIME type of the file.
  1 votes
  1 answers
  1 comments
  2192 views

Is there any way to “import” in Nuxeo Studio plugins that you have previously generated with it? Thanks
  0 votes
  2 answers
  3 comments
  2033 views

Hello, I'm trying to import a export.zip exported from a Nuxeo 6.0, to another Nuxeo 6.0. I'm using drag & drop to upload the export.zip, but doesn't work. Is importing the zip but not the documents inside the zip How can I solve it? Thanks in ...
  0 votes
  2 answers
  4 comments
  3645 views

Hello, I'm testing the 6.0 LTS version, when I import a file with the button “Import” if the file has a mimetype like PDF, the file was imported as normal file, not as PDF and then I can't preview the file. I'm using Firefox 37.0.1. How can I solve ...
  0 votes
  1 answers
  1 comments
  1888 views

Hello. When I try to upload files using the Import File function in Google Chrome, the function enters an infinite loop and the file is uploaded with 0 bytes and a random numeric name. I tested them in Nuxeo 5.6 and Nuxeo 5.8. Exists any hotfix for ...
  0 votes
  0 answers
  0 comments
  1980 views

Environment OS: Windows server 2008R2 service pack 1 Java : JDK 1.7 64 bits Nuxeo server: heap memory = 999 Mo Nuxeo base contents : 100 000 documents search full index disabled document created without ACLs Scenario a) After creation of 20 000 more ...
  1 votes
  1 answers
  0 comments
  1829 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
  1898 views