Package org.restheart.mongodb.services
package org.restheart.mongodb.services
Implementations of Service
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
-
ClassesClassDescriptionservice to upload a csv file in a MongoDb collection query parameters:
- db=<db_name> *required
- coll=<collection_name> *required
- id=<id_column_index> optional (default: no _id column, each row will get an new ObjectId)
- sep=<column_separator> optional (default: ,)
- props=<props> optional (default: no props) additional props to add to each row
- values=<values> optional (default: no values) values of additional props to add to each row
defined in conf file) of a tranformer to apply to imported data - update optional (default: no).use data to update matching documents");