Challenge
Your challenge is to add the DIRECTED
relationship between the Person
and Movie
nodes.
The directed.csv
file contains the data to match the Person
nodes to the Movie
nodes.
The file contains the following columns:
Challenge
You will need to:
-
Upload the directed.csv
file
-
Create the DIRECTED
relationship between the Person
and Movie
nodes
-
Set the Node ID mapping
-
Run the import
View the data
Once you have imported the data, you can run the following query to view the DIRECTED
relationships:
Need to download a working solution?
This Data Importer model, person-movie-acted_in-directed-import.zip, contains a working solution for this exercise.
Download the model and open it using the Open model (with data) button
in the …
menu.
Note that this will replace your existing model.
Summary
In this challenge, you used data importer to create a relationship between nodes.
In the next lesson, you will learn how to import data and nodes from a single CSV file.