This repository contains An extension of the Nuxeo Platform CSV importer with support for zip archives containing both a metadata csv file and the binary files
git clone https://github.com/nuxeo-sandbox/nuxeo-csv-importer-extended
cd nuxeo-csv-importer-extended
mvn clean install
To build the plugin without building the Docker image, use:
mvn -DskipDocker=true clean install
This plugin extends the default CSV import plugin. All the documentation of the CSV importer remains applicable. In addition to this, the plugin brings the ability to upload a zip file instead of a simple .csv file. The expected structure of the archive is the following:
- a metadata.csv file which follows the format of the Nuxeo CSV importer
- binary files
To link a binary file to a document, the binary path in the zip archive must be set in the name column of the csv file
An sample zip archive is available here
This plugin is a work in progress.
These features are not part of the Nuxeo Production platform.
These solutions are provided for inspiration and we encourage customers to use them as code samples and learning resources.
This is a moving project (no API maintenance, no deprecation process, etc.) If any of these solutions are found to be useful for the Nuxeo Platform in general, they will be integrated directly into platform, not maintained here.
This plugin is published on the marketplace
Nuxeo Platform is an open source Content Services platform, written in Java. Data can be stored in both SQL & NoSQL databases.
The development of the Nuxeo Platform is mostly done by Nuxeo employees with an open development model.
The source code, documentation, roadmap, issue tracker, testing, benchmarks are all public.
Typically, Nuxeo users build different types of information management solutions for document management, case management, and digital asset management, use cases. It uses schema-flexible metadata & content models that allows content to be repurposed to fulfill future use cases.
More information is available at www.nuxeo.com