I have a json file with some data. When I'm trying to import it, I'm getting below exception.
Failed to invoke procedure `apoc.import.json`: Caused by: java.lang.NullPointerException
I exported that file using apoc.export.j...
@glilienfield but in https://neo4j.com/labs/apoc/4.2/overview/apoc.import/apoc.import.json/
clearly mentioned that The apoc.import.json procedure can be used to import JSON files created by the apoc.export.json.* procedures. The above data I have ex...
query:
CALL apoc.import.json("file:///templateData.json")
Data:
{"nodes": [{"type": "node","id": "21","labels": ["Resource"],"properties": {"description": "Process bus to interconnect Merging Unit IED, via RNA . It must be connected to a backbon...