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

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

testing - Detect whether test has failed within fixture -

android - Create single AAR file from multiple modules using Gradle -