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
Post a Comment