0
votes

I have a CSV file located in my hard disk, I want to import it to neo4j with load CSV command but I don't know how do I specify the address of CSV file in cypher query.

1
be aware that file: URLs are always seen from the server and not from the client's view to the world. So file: requires to copy the csv file to the Neo4j server.Stefan Armbruster

1 Answers

1
votes

Take a look at this page CSV-Cypher-Import

You must use windows file access syntax.