Hello ,
- i have many excel files and each excel file contains name of table and name of relationships table .some of relationship tables are common in different excel files .
- i would like to create pdf and draw the relationships of all tables in all excel files
as example :
at one excel file contains :
First column table name : Product
Second column contain relationships tables :
table Name | relationships tables
product |xx
|yy
|zz
|kk
At Second excel file
table Name | relationships tables
client | cc
|zz
|aa
At third excel file
table Name | relationships tables
big |xx
|bb
|yy
|ff
my target to create pdf and connect all table names and relationships table together
I have no idea ,how to build pdf as data model to make it easy to show all tables connected together
fme 2021