cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Incomplete error

I executed this query

Neo4j 4.2.3
Neo4j Browser 4.2.5

CALL apoc.load.csv('file:///bonsai/client_id_geo_map.csv',{nullValues:['(not set)','']}) YIELD map
MATCH (j:Journey {customerID: map.client_id, date: reverse(split(map.date,'/'))[0] + '-' + reverse(split(map.date,'/'))[1] + '-' + reverse(split(map.date,'/'))[2]})
RETURN j

It gave me this error : Neo.DatabaseError.Statement.ExecutionFailed
Without any more information, the error field itself under the error is empty. With all due respect to the awesome neo4j developers, WTF I'm suppose to do with that lol.

1 ACCEPTED SOLUTION

I don't remember what was the issue but i will comment it if I do.
Fixed

View solution in original post

3 REPLIES 3

@tard.gabriel i dont suspect this is an issue with Neo4j Browser 4.2.5 specifically? Do you get the same error with bin/cypher-shell? Also I tried with 4.2.3 and apoc-4.2.0.1-all.jar and didnt encounter the error using bin/cypher-shell but it may also be related to the fact that I dont have the csv file.

And yeah obviously the error is not helpful.

Can you also check in debug.log if you see any error that could indicate a cause?

I don't remember what was the issue but i will comment it if I do.
Fixed