giuseppe.villani:
RETURN apoc.version()
The issue seems to be with this labels
"labels":[
"VALUE"
]
When I change the above to
"labels":[
"VALUE1"
]
the import works... So I am not sure if "VALUE" is some special keyword in...
Thanks @giuseppe.villani Yes, I did the formatting for readability. Initially I did an apoc import from json(which was extracted from apoc json export) and it failed for nodes with this specific label ""labels":["VALUE"]", so I removed these nodes a...
giuseppe.villani:
RETURN apoc.version()
I using apoc version "4.2.0.10", trying to import json using the procedure "apoc.import.json("file:///all_6_apr.jsonl")" the node that is is failing in import is in the sample below, which was output of ...
Thank you, I have a follow up question.
I am getting this exception during apoc json import, how to I enable apoc log in neo4j.config to check this? "ERRORNeo.ClientError.Procedure.ProcedureCallFailed
Failed to invoke procedure apoc.import.json: Caus...
Hello, I am trying the apoc json import, but when I do it it fails with the error and forces me to create a constraint (Failed to invoke procedure apoc.import.json : Caused by: java.lang.RuntimeException: Missing constraint required for import. Execu...