Author Topic: Import Relationship matrix in EA  (Read 4466 times)

K N

  • EA User
  • **
  • Posts: 98
  • Karma: +0/-0
    • View Profile
Import Relationship matrix in EA
« 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

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: Import Relationship matrix in EA
« Reply #1 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
« Last Edit: April 19, 2013, 06:06:44 am by qwerty »

K N

  • EA User
  • **
  • Posts: 98
  • Karma: +0/-0
    • View Profile
Re: Import Relationship matrix in EA
« Reply #2 on: April 19, 2013, 06:05:07 am »
And how do I write that? is it in VBScript, Java, C#?...thanks

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: Import Relationship matrix in EA
« Reply #3 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.

K N

  • EA User
  • **
  • Posts: 98
  • Karma: +0/-0
    • View Profile
Re: Import Relationship matrix in EA
« Reply #4 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.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: Import Relationship matrix in EA
« Reply #5 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.