Loading csv into neo4j desktop

Hi everyone, please i am trying to load a csv file into neo4j desktop (version 2.0.5) i want to use the apoc.lod.csv. I keep getting this error “42N08: Syntax error or access rule violation - no such procedure

The procedure apoc.load.csv() was not found. Verify that the spelling is correct." please can anyone help. i have changed my plugin to the core version

call apoc.load.csv("suppliers.csv") YIELD

lineNo, map, list

return lineNo,map,list

It looks like it is in the extended jar. You need to add it. Is there a reason cypher’s load csv will not work for you?

you will see the extended jar in the “asset” section at the bottom.

@aoibrahim1

as @glilienfield suggested but maybe built-in cypher command load csv is an easier route

I tried using the extended jar initially thou (same error), just went with load csv. Thanks @glilienfield and @dana_canzano

You should try load csv as suggested.
Otherwise the problem is that you should uncomment the config lines dbms.security.procedures and add apoc.* in the neo4j.conf file