I am running Neo4j 3.5.2 on a windows machine and trying to load a .CSV file file from a local directory. I am still getting and error using this load statement:
LOAD CSV With HEADERS FROM "file:///C:Users/DoeJ/Documents/febdata/top_10_short.csv" AS row
The error message is:
Neo.ClientError.Statement.ExternalResourceFailed: Couldn't load the external resource at: file:/C:/Users/Doej/Documents/Neo4j/neo4jDatabases/database-9d04bc30-9376-4755-a1d5-7880d125ba43/installation-3.5.2/import/Users/Doej/Documents/febdata/top_10_short.csv
Anyway to do this without modifying the .conf file?