Loads a graph stored in CSV format from the local file system.
Loads a graph stored in CSV format from the local file system.
The CSV files must be stored following this schema:
# Nodes
all files describing nodes are stored in a sub folder called "nodes"
create one file for each possible label combination that exists in the data. This means that a node can only
be present in one file. Example: All nodes with labels :Person:Employee are in a single file and all nodes that
have label :Person are stored in another file. A node that appears in :Person:Employee CANNOT appear again in the
file for :Person.
for every node csv file create a schema file called FILE_NAME.csv.SCHEMA
Loads a graph stored in CSV format from the local file system. The CSV files must be stored following this schema:
# Nodes
# Relationships
path to the folder containing the nodes/relationships folders
CAPS Session