Is there a way I can import relationship between elements in Enterprise Architect?

StackOverflow https://stackoverflow.com/questions/19691982

  •  02-07-2022
  •  | 
  •  

문제

I have a number of elements for a given entity. For example I have an entity called "Person" and it has a number of associations/dependencies with elements such as "Age", "Sex", etc. Is there a way I can import these from a CSV file?

The structure in the CSV file looks as follows;

Person   Age
Person   Sex
Person   Location
도움이 되었습니까?

해결책

The scripting interface should allow you to do what you need to do. If you go to Tools->Scripting and then open the EAScriptLib there is a JScript-CSV library with lots of helper function for CSV input and output.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top