Apoc load depricated?

Hi, I just wanted to know if the apoc.load.csv has been depricated in version 5??

I am trying to load a file in version and i am trying to run the apoc.load.csv procedure and i faced the below error

@somdeb44

how is your conf/neo4j.conf defined with respect to parameters

dbms.security.procedures.allowlist
dbms.security.procedures.unrestricted

and as described at Installation - APOC Documentation

Can you not use load csv LOAD CSV - Cypher Manual

Below both are like this in my config file.
one is with # and another without #
#dbms.security.procedures.allowlist=apoc.coll.,apoc.load.,gds.*
dbms.security.procedures.unrestricted=jwt.security.,apoc.

we definitely can use load CSV , but my target is going forward i would be using Cypher_shell utility where i will be passing my file name as parameter to apoc load.
so i am trying to use apoc.load procedure

@somdeb44

can you explain what

dbms.security.procedures.unrestricted=jwt.security.,apoc.

you are trying to achieve with this setting?

i don't have explanation for it, this configs were already added in config file. I have seen them after installing the neo4j desktop.