Re: [orientdb] Insertion into Graphs using txt file

2015-02-04 Thread Luigi Dell'Aquila
Hi Arinath, if it's just a one-shot batch insert, you can write a simple Java program and use OGraphBatchInsertBasic class, that is specifically designed for this simple use case. Otherwise you could think about using OrientDB ETL and define a simple importer from CSV, see http://www.orientechnol

[orientdb] Insertion into Graphs using txt file

2015-02-04 Thread Harinath K
Hi all . I have data set as below in txt while which contains the transaction of users. *# FromNodeIdToNodeId* *0 1* *0 2* *0 3* *0 4* *0 5* *1