Re: [orientdb] Re: oetl problems loading csv data to a document database

2016-05-04 Thread Luc Evers
Luca, Do you have a solution for this problem? The Etl programs are not working for document databases. Op dinsdag 26 april 2016 10:48:58 UTC+2 schreef Luc Evers: > > Alessandro, > >Thanks for the test! > Seems a problem for document databases. > >Luc. > >

Re: [orientdb] Re: oetl problems loading csv data to a document database

2016-04-26 Thread Luc Evers
Alessandro, Thanks for the test! Seems a problem for document databases. Luc. On Tue, Apr 26, 2016 at 10:44 AM, wrote: > Hi, > I did some tests and I had no problems with a remote connection and a > graph database, > but I got your exception

[orientdb] Re: oetl problems loading csv data to a document database

2016-04-26 Thread alessandrorota04
Hi, I did some tests and I had no problems with a remote connection and a graph database, but I got your exception when I used a remote connection with a document database. Best regards, Alessandro -- --- You received this message because you are subscribed to the Google Groups "OrientDB"

Re: [orientdb] Re: oetl problems loading csv data to a document database

2016-04-20 Thread Luc Evers
Yvan, You solved my two problems! I tested your example when the server is running and the result was no problems! Thanks! Luc. On Mon, Apr 18, 2016 at 5:17 PM, Ivan Mainetti wrote: > Hi, > > try this json: > > { > "source": { "file": {

[orientdb] Re: oetl problems loading csv data to a document database

2016-04-18 Thread Ivan Mainetti
Hi, try this json: { "source": { "file": { "path": "/home/ivan/Scrivania/etl/comm18-04/data.csv" } }, "extractor": { "csv": {} }, "loader": { "orientdb": { "dbURL": "plocal:/home/ivan/OrientDB/db_installati/enterprise/orientdb-enterprise-2.1.15/databases/comm1804",