Same type relationship with different property cannot be loaded with aura's importer tool

Hey, I am trying to load csv data with shema like: (:PERSON)-[:WORKS]-(:DEPARTMENT). Since the same person may works at a department for multiple time periods. I add start_time and end_time in my works relationship. However,when I run the import with aura DB's importer tool, only the last row of the same person was added succssfully.

How I can solve this problem? Is this the right way to design the shema with mutiple same-type relationships between two nodes?

1 Like

You could use an intermediary node to link them and but the work attributes in the nide.