Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
11-03-2022 09:37 PM
Online I found most of the solution are about the CSV batch insert but not having any thing where we can do batch insert or upsert using python neo4j driver, can any one would like to help me.
11-04-2022 02:22 AM
The official drivers do not offer any specific API for batch insertion.
LOAD CSV and CALL IN TRANSACTION are currently your best bet if you still want to use the driver for this scenario.
Have you had a look at the Neo4j Data Importer tool: https://neo4j.com/developer-blog/neo4j-devtools-happy-new-year-new-data-importer-and-neo4j-browser-u...?
All the sessions of the conference are now available online