Hi there,
I’ve recently downloaded the neo4j 2.1.2 version (neo4j community edition) for windows 64bit. I’m trying to import a .csv file as mentioned in the tutorial: http://neo4j.com/docs/2.1.2/cypherdoc-importing-csv-files-with-cypher/ I copied the following into the neo4j browser console: *LOAD CSV WITH HEADERS FROM "http://docs.neo4j.org/chunked/2.1.2/csv/import/persons.csv <http://docs.neo4j.org/chunked/2.1.2/csv/import/persons.csv>" AS csvLine* *CREATE (p:Person { id: toInt(csvLine.id), name: csvLine.name })* The following error occurs: Neo.TransientError.Statement.ExternalResourceFailure The exact same command works on http://console.neo4j.org/. Where is the problem? Thanks for your time, I appreciate it very much! Tobias -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
