In a Windows environment, I\'m trying to load a .csv file with statement:
LOAD CSV WITH HEADERS FROM \"file:///E:/Neo4j/customers.csv\" AS row
It's probably an URL issue, try file:c:/path/to/data.csv
file:c:/path/to/data.csv
See my blog posts: