python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
neo4j APOC apoc.convertToJson() cannot convert {"a" : "dddddd"}
I am trying to add a property to a node using
n.item = apoc.convert.toJson(itemObject)
Where
itemArrayObjects = {"source":"Blogspot.com","author":"noreply@blogger....
MichaelE
Votes: 0
Answers: 1
NEO4J 4.4 how to fix read-only error exporting db to csv file with apoc
I am trying to export my entire neo4j db to a csv file using apoc like so:
CALL apoc.export.csv.all(“filename.csv", {})
with the following flags set in neo4j.conf
dbms.directories.plugins=plugin...
MichaelE
Votes: 0
Answers: 1
Neo4j APOC configuration not working on the CentOS 7
I have deployed a ReactJS application with neo4j database on CentOS 7 server. Neo4j version is 4.4.2. The application also uses apoc library. So i added apoc-4.4.0.1-all.jar file to the /var/lib/neo4j...
Raman
Votes: 0
Answers: 2
Neo.ClientError.Procedure.ProcedureCallFailed: Failed to invoke procedure `apoc.do.when`: Caused by: org.neo4j.cypher.internal.v3_5.util.SyntaxExcepti
Can someone please help me with my probelm.
When i execute the below cypher query im getting exception as in the Title:
LOAD CSV WITH HEADERS FROM "file:///MNK/device.csv" AS line
MATCH (rSe...
Shub
Votes: 0
Answers: 1