Chapter 12. Importing Data from CSV

Table of Contents

12.1. Importing data from a single CSV file
12.2. Importing data from multiple CSV files

Cypher provides a LOAD CSV clause for easily importing data from CSV files into the graph. There are two typical scenarios for importing data: Either all data is available in a single file or data is available as a set of files produced from some other database. The following tutorials explain how to import data into Neo4j in these situations.