I can't figure out how to structure my excel spreadsheet so that I can import multiple tables with their attributes and relationships into an "Entity with Attributes" template(s). I can get just the tables and relationships, but not the attributes. An example would be helpful.
The data I have is similar to what is shown below:
Table |
Field |
Datatype |
Relationship |
Person |
Id |
Number |
|
Person |
Name |
Text |
|
Person |
SSN |
Text |
|
Address |
Id |
Number |
|
Address |
Street |
Text |
|
Address |
PersonId |
Number |
Person |
|
|
|
|
The data above should result in 2 "Entity with Attribute" nodes with an edge linking the Address table to the Person table. Each node should contain the table name as the header and each attribute should be listed in the template.