Data Importer
The Neo4j tool for loading CSV files into a graph by mapping their columns onto nodes and relationships.
Example
A file of three columns.
text
movieId,title,year
1,Toy Story,1995
2,Apollo 13,1995Each row becomes a (:Movie) node, with title and year mapped onto properties of it and movieId used to identify it. The mapping is made in the tool, and no Cypher is written.
Lessons that use this term
The lesson and course links below open in a new tab.
No published lesson uses this term yet.