Apoc.load.csv fail (there's no apoc called apoc.load.csv)

The query

CALL apoc.periodic.iterate("CALL apoc.load.csv('file:///process(1000timesnew).csv') YIELD map AS row RETURN row","CREATE(process:Process{euid:row.EventRecordID})",{batchSize:5000, iterateList:true, parallel:true})

shows error

Failed to invoke procedure `apoc.periodic.iterate`: Caused by: org.neo4j.internal.kernel.api.exceptions.ProcedureException: There is no procedure with the name `apoc.load.csv` registered for this database instance. Please ensure you've spelled the procedure name correctly and that the procedure is properly deployed.

Version : Enterprise 5.2

Plugins folder :

Peter_Lian_0-1673338635658.png

neo4j.conf setting:

Peter_Lian_0-1673339166244.png

Why it can not work? Do plugins data wrong? Which one should I download? Thanks.

I must try apoc.load.csv instead of read csv with header from... to check whether the performance would be better !