I executed this statement using NEO4J verion 3.0 RC1

USING PERIODIC COMMIT LOAD 
CSV WITH HEADERS FROM 'file:\\C:\\Program 
Files\\PostgreSQL\\9.2\\data\\course.csv' AS row 
CREATE (:Course {name: "Course" + row.id, difficulty: row.difficulty}); 

but I  get this error :

An unexpected failure occurred, see details in the database logs, reference 
number 2c7fc132-9b14-421c-b5af-1412938013bf.

However, I used it before and It runs 

please any help

-- 
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.

Reply via email to