Module 1
Importing Data
In this module, you will learn about:
- The process for importing CSV data into Neo4j
- The CSV file structure
- Using
LOAD CSVin Full definition for Cypher (opens in a new tab)Neo4j's implementation of GQL, the ISO standard query language for graph databases. It is declarative: you describe the pattern to find, and the database decides how to find it. to read a CSV file - The Neo4j instance, where you will import your data
If you are ready, let's get going!