I am trying to create a digital twins by creating and uploading the xlsx file in Azure digital twin.
I am able to create a digital twin using the sample xlsx file shared on GitHub repository of ADT as shown in below snapshot: Sample xlsx file without the relationship properties column
In above image the twin properties are added by column 'init data'. But in my case the relationship also have their own properties associated with them.
So how can I include the relationship properties in the xlsx ?
What will be the name of the column for the relationship properties needed to be specified in xlsx ?
It will be helpful if you can share a xlsx having the multiple nodes and relationship where the relationship properties added in them.