Reputation: 1
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.
Upvotes: 0
Views: 150
Reputation: 351
Take a look at this page CSV-Cypher-Import
You must use windows file access syntax.
Upvotes: 1