Check the database logs and share the error?

I presume you mean the Neo4j driver?

Make sure you provide the csv data in the configured (in neo4j.conf) import
directory.

You might also have one slash too much.

If you put your data into the import directory a file:///course.csv" should
be good enough



On Mon, Sep 26, 2016 at 12:19 PM, Marwa Elabri <[email protected]>
wrote:

> I execute this statement on neo4j version 1.1 RC-2
> 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.
>

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