Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
03-15-2021 11:42 PM
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.
Solved! Go to Solution.
03-18-2021 12:53 AM
I don't remember what was the issue but i will comment it if I do.
Fixed
03-16-2021 12:07 PM
@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.
03-16-2021 12:19 PM
Can you also check in debug.log if you see any error that could indicate a cause?
03-18-2021 12:53 AM
I don't remember what was the issue but i will comment it if I do.
Fixed
All the sessions of the conference are now available online