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
The Windows and Linux file systems require different file URI schemes for streaming over HTTP. Neo4j's LOAD CSV Cypher clause makes an HTTP web request to the URI of a file and not the file system path.
For more information on file URI schemes on Windows please take a look at: http://en.wikipedia.org/wiki/File_URI_scheme#Windows_2