I have an Excel file with the following format:
- Column 1: Domain Name
- Column 2: Entity Name
- Column 3: Attribute Name
- Column 4: Data Type
I am using the "Excel import wizard" in PowerDesigner, and I am unsure about the selections I need to make after choosing the file.
- What should I select in the "Import Table as" list box? I want to ensure that the data is imported correctly.
- In the "Import Column Attribute List," what should I choose as the list of associated objects for each column, considering the format of my Excel file?
Any guidance or step-by-step instructions on the selections to make in these options would be greatly appreciated.
The details in the similar question could help you. There are many explanations also in the Comment of the Excel Import extension.
You have to select one class to import each sheet from the Excel document.
Given your list of columns, you are importing "Entity.Entity Attribute" (in "Import table: Sheet1, As:").
Domain<Parent>(the object under which the Entity Attribute is attached)NameData Type.In my test, it nearly works, with just some error messages about the Data Type:
Maybe it would be more efficient to have several sheets:
EDIT: moved "domain name" from the third to the second sheet in the final suggestion.