cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Load csv file into neo4j with java code

how to load the csv file into neo4j using java code and what dependencies can i use to load the file.

1 REPLY 1

luanne
Node Clone

You just need the Java Bolt driver https://neo4j.com/docs/driver-manual/current/get-started/#driver-get-started-installation
Since LOAD CSV is just Cypher, you'd use the driver as you would for any Cypher queries https://neo4j.com/docs/driver-manual/current/cypher-workflow/#_overview