Import CSV on Mac Neo4j: Couldn't load the external resource -


i'm running in neo4j community edition hoping upload csv in downloads folder

load csv headers  "file:/users/santouko/downloads/neo4j_module_datasets/test.csv" line return count(*); 

however return error msg path different 1 specified, possible reasons?

couldn't load external resource at: file:/users/santokou/documents/neo4j/default.graphdb/import/users/santokou/downloads/neo4j_module_datasets/test.csv 

by default load csv path relative import directory of neo4j installation.

you can configure specifying value dbms.directories.import in neo4j.conf. see this page or more info.


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -