I know that we can use
LOAD CSV WITH HEADERS FROM 'file:///nodes.csv' AS row
in Neo4j, but seems the default folder is import directory under current Neo4j DB. If the DB is under disk D, how can I load the csv file under disk E using LOAD CSV (on Windows)? I have tried 'file:///e:/XXX.csv'
, 'file:e:/xxx.csv'
. None of them can works...