cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Neo4j Cypher File Import

While importing cypher file in neo4j browser using "apoc.cypher.runFile(fileName)" I am able to see the created nodes but the relationships are not visible between them. Kindly help me with this problem. I am using the latest version of Neo4j. Thank You

2 REPLIES 2

Hi,
I think it comes down to your file not being correct. I frequently use this function as well and have not yet had any problems.
Where does the file come from? Have you exported it previously? Did you maybe not export the relationships alongside the nodes into the file?
Regards,
Elena

Hi,
I exported it previously from my database only. I used 'call apoc.export.cypher.all("filename.cypher")' to export.
Regards
Sameer