Hi Michael .. Thanks for your active reply.. I tried through neo4j shell tools..
I referrred following link. https://github.com/jexp/neo4j-shell-tools#import-data-into-your-neo4j-database-from-the-neo4j-shell-command After installing neo4j shell tools, I executed following command 1.auto-index name age I just worked with sample example given in this link. I copied this file to my home directory and executed the command. 2. import-cypher -i /home/nitw-jyothi/nodes.csv -o /home/nitw-jyothi/out1.csv -d"\t" -q -b 10000 create (n {name: {name},age: {age}}) return id(n) as id,n.name as name Output of this command is *null*. Please let me know where I went wrong.. Thanks With Regards Jyoti yadav On Monday, March 24, 2014 4:47:20 PM UTC+5:30, Michael Hunger wrote: > > Could you detail what you've done and tried? > > You might want to have a look at: http://neo4j.org/import and > > http://blog.bruggen.com/2013/12/untying-graph-database-import-knot.html?view=sidebar > > > Cheers, > > Michael > > On Mon, Mar 24, 2014 at 12:15 PM, Jyoti Yadav > <[email protected] <javascript:>> wrote: > > Hi Folks.. > > > > Have anyone worked with importing csv files( node file and relationship > file > > ) into neo4j??? > > I tried, but having some issues.. > > > > Pls reply.. > > > > Thanks.. > > > > -- > > You received this message because you are subscribed to the Google > Groups > > "Neo4j" group. > > To unsubscribe from this group and stop receiving emails from it, send > an > > email to [email protected] <javascript:>. > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Neo4j" 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.
