Hi,
I use the data importer in Neo4j workspace to create sociagrams (people with relations).
How do I import multiple strings from a single cell in a column using the data importer?
Rows in the csv file:
Name-> Relation with
Person1-> Person2;Person3;Person4
Person2-> Person1;Person3;Person4
Person3-> Person1;Person2;Person4
Person4-> Person1;Person2;Person3
It is very easy to create nodes from names and build a model for the relations but I cant find a way to split the multiple strings in the csv file.
All the best
Nils