Sparx Systems Forum

Enterprise Architect => General Board => Topic started by: K N on April 19, 2013, 05:49:16 am

Title: Import Relationship matrix in EA
Post by: K N on April 19, 2013, 05:49:16 am
Hi

We know that there is a way to export the Relationship Matrix in CSV format.

Say suppose i have a Relationship matrix (for e.g. of Activities to Functional Requirements) in that format, can I import that in EA? If so, then how?

Thanks
KN
Title: Re: Import Relationship matrix in EA
Post by: qwerty on April 19, 2013, 06:03:21 am
I guess the only way is by writing your own csv import script.

q.

P.S.: see here http://www.sparxsystems.com/cgi-bin/yabb/YaBB.cgi?num=1360005640/1#1
Title: Re: Import Relationship matrix in EA
Post by: K N on April 19, 2013, 06:05:07 am
And how do I write that? is it in VBScript, Java, C#?...thanks
Title: Re: Import Relationship matrix in EA
Post by: qwerty on April 19, 2013, 06:12:03 am
The link in my P.S. was not so helpful as Aaron was quite un-precise. You need to go to Settings/MDG and turn on EAScriptLib. Then the scripting window (under EA10 its Tools/Scripting, prior it's View/Scripting) then shows the csv script.

q.
Title: Re: Import Relationship matrix in EA
Post by: K N on April 19, 2013, 06:16:57 am
Thanks qwerty!!...now i need to read the script and find out how it will work for the Relationship Matrix...as I am looking for importing it and then it should display in the same format as it is in there (inbuilt) in EA.
Title: Re: Import Relationship matrix in EA
Post by: qwerty on April 19, 2013, 07:18:44 am
Note that a RM profile is not im-/exported with such a script. You can only import relations (once you know how) which then display in the RM as such.

q.