I have an Excel file with 3 seperate columns:
- CaseID_A
- CaseID_B
- Grouping_ID
The first two columns contain cases which are connected to each other, e.g:
A|B, B|A, A|C, C|D, Z|B
How can I get a grouped family, where all possible connections are considered? The group should get a groupID in the respective column.