Hi Neha, This is an example to import from CSV to a graph: http://orientdb.com/docs/2.1/Import-from-CSV-to-a-Graph.html.
I'm not sure I understand exactly what you ask for, but the steps to import the csv file are as follows: -> starting from csv file you have to create the json file that will saved in the bin folder of OrientDB; -> once you create and save files json correctly , from the command line access to the bin folder of Orient and run the command: bin>oetl.bat nameFile.json This started the ETL process with which you are importing data from a CSV file. Regards, Giulia -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
