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?