Nazli Mehrazar
Nazli Mehrazar

Reputation: 1

Specify address of CSV file for importing to Neo4j

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

Answers (1)

aLoneStrider
aLoneStrider

Reputation: 351

Take a look at this page CSV-Cypher-Import

You must use windows file access syntax.

Upvotes: 1

Related Questions