Im trying to import csv files from disk with cypher commands as shown in the tutorial, but Im getting \"Couldn\'t load the external resourse at: externalResourceFailure. Is
You can also create a folder import into your neo4j installation folder and run a cipher like this
LOAD CSV WITH HEADERS FROM "file:///yourcsvfile.csv" AS row