Apoc.periodic.iterate removed in apoc extended 5.0?

Hello all!

I just recently updated to neo4j 5.9.0 from 4.3.2 and installed the apoc extended 5.0 library alongside. I regularly used apoc.periodic.iterate to load large CSV files. It appears this procedure has been removed from apoc extended. Is there something that works similarly, or am I thinking about things the wrong way? I've got a large CSV (~70m rows) and I've only been able to LOAD CSV with apoc.periodic.iterate.

Thank you all for your help!

It’s in the core library.

Ah yes, of course. The one place I didn't check :blush:

Thank you Gary!

1 Like

Although I don't think you can install both at the same time? I'm not sure what you're supposed to do if you want something in both of them? This confused me this morning tbh. Is extended a super-set?

You install both core and extended.