cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Load csv with in the csv names of other csv's to load

Hey all,
I hope this is a basic question 🙂
I load a csv that has in a column other csv names. Each of these csv's got to be loaded as well and its data imported.

basically the first csv cases.csv is something like:

Case,DataLink
"Daniel paints","daniel_data"
"Jos carries weights","jos_data"

with daniel_data.csv looking like something like this:
Timestamp,ShoulderFlex,ShoulderAbd
"3-3-2022 10:52","93","20"

The ShoulderFlex of 93° has to be linked to the Daniel paints case at property timestamp.

Is this possible in this setup?

0 REPLIES 0