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.
10 lessons use this term. Results are ordered by term density.
Importing Data into Neo4j Workshop39 mentions
- Data ImporterNeo4j Data ImporterIn this lesson, you will connect the Neo4j Data Importer to your sandbox, upload a CSV file, and create22 mentions
- Properties and TypesNeo4j Data ImporterImporter allows you to select specific properties to import and assign custom names and data types - this is useful when the3 mentions
- Unique IDs and ConstraintsNeo4j Data Importeryou set a unique ID, Data Importer will automatically create a constraint and index for the4 mentions
- Import your CSV fileNeo4j Data ImporterUse Neo4j Data Importer to import the data into your Neo4j1 mention
- How can I import data into Neo4j?Importing data into Neo4jData Importer Cypher and LOAD CSV neo4j-admin ETL tools Custom6 mentions
- Add Movie NodesNeo4j Data Importerfile and import it into Data Importer1 mention
- Creating RelationshipsNeo4j Data Importerfile and upload it to Data Importer2 mentions
Build a Product Recommendation Dashboard on Aura2 mentions
- Questions before you set up AuraBuild a Product Recommendation Dashboardyou have questions about Aura before you get started — free tier limits, Data Importer, Bloom, Dashboards, or anything else — ask the AI1 mention
- Create your Aura instance and import the Northwind dataBuild a Product Recommendation Dashboardas a ZIP file that includes a complete graph data model ready to run in the Data Importer1 mention
Cypher Indexes and Constraints2 mentions
- Identifying What Constraints and Indexes to CreateIndexes and Constraints in Neo4jcan use LOAD CSV to load data or you can use the Neo4j Data Importer2 mentions