Hello,
I am using neo4j 5.5 docker image with apoc 5.4 extended plugin, I do not have apoc.load.json in the list of available procedures, though other loaders (like load.html, load.jdbc, load.csv) are there and work fine. Did they remove load.json from the new version or am I doing something wrong? the apoc.help() procedure is also missing..
I have gone through the previous threads on sof and other forums, the neo4j.conf settings seem to be correct, apoc.import.file.enabled set to "true", apoc plugin is in the right place (given that other apoc loaders work). The only one missing is the one I need for the project, json...
I added apoc.import.file.use_neo4j_config=false, did not help.. Is there a way to add a procedure manually or something? Thanks in advance
EDIT: just tested the local installation without docker, having the same issue locally, apoc.load.json not in the list, other loaders are there