Hello,
I am trying to import à json file with :
CALL apoc.load.json("file:///A novel knowledge graph development for industry design A case study on indirect coal liquefaction process.json")
YIELD value
RETURN value;
I can read from local file (apoc....