Giter Site home page Giter Site logo

athento / athento-nx-csv-import-scheduler Goto Github PK

View Code? Open in Web Editor NEW
0.0 7.0 0.0 29 KB

This plugin contributes an operation for unattended load of CSV files. See also https://doc.nuxeo.com/display/NXDOC/Nuxeo+CSV

License: GNU General Public License v2.0

Java 100.00%

athento-nx-csv-import-scheduler's Introduction

Athento Nx CSV Import Scheduler

#Synopsis

This plugin contributes an operation to read special Nuxeo-formattede CSV files (https://doc.nuxeo.com/display/NXDOC/Nuxeo+CSV) from a given path "folderToCheck" and import Documents contained in "folderToPut".

Example for a REST client:

http://localhost:8080/nuxeo/site/automation/Athento.ImportCSVFiles

{
  "params": {
      "folderToCheck":"/default-domain/workspaces/CSV/src",
      "folderToPut":"/default-domain/workspaces/CSV/dst"
  }
} 

Some example documents provided in https://github.com/nuxeo/nuxeo-csv/tree/master/src/test/resources

#Installation

You just have to compile the pom.xml using Maven and deploy the plugin in. To do this, you must use the following script:

cd athento-nx-csv-import-scheduler
mvn clean install
cp target/athento-nx-csv-import-scheduler*.jar $NUXEO_HOME/nxserver/plugins

Restart your nuxeo server and enjoy.

#Release notes

  • 1.0 - contributes a lifecycle-state "processed" for File documents using transition from "project" to "processed" to avoid duplicate processing.
  • 2.0 - changes avoid duplicates policy. Now moves documents from src folder to processing subfolder and, when processed, to processed subfolder.
  • 3.0 - waits for every CSV import to complete before moving to the next

#To Do

  • [done] Extend automation chain to move processed files to a diferent folder to avoid reprocessing.
  • [done] Wait for every thread to finish after starting next import.

athento-nx-csv-import-scheduler's People

Contributors

pacoalias avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.