Sorry to hear you're having issues. Please refresh the browser's cache to use the LOAD CSV
statement.
This is a bug in the milestone release. I've opened an issue on GitHub: https://github.com/neo4j/neo4j/issues/2215
When upgrading Neo4j 2.0.1 to 2.1.0-M01 the JS file containing the
client-side validation for Cypher is returning as a cached version of
the previous release. Because of this, users trying to use the LOAD
CSV feature by either start word "LOAD" or "USING" will receive a red
alert that says ":help". To prevent this issue, the reference URI of
the JS files should contain a query string key-value pair
"...?version=2.1.0-M06" or the file name should be changed for each
release to include the release version.
Current work-around: Refresh your browser cache for the page (CTRL+F5
on Windows, SHIFT+F5 on Mac OSX).
http://localhost:7474/webadmin/#/console/
(Remember to add a semicolon at the end then). And can you checkdata/log/console.log
for any error messages? – Michael Hunger/d:/import.csv (No such file or directory) Neo.TransientError.Network.UnknownFailure
– Michael Hungerhttp://localhost:7474/webadmin/#/console/
.. thanks.. but why it doesn't executing in default execute page – Jeevanantham