Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: Dalia on September 20, 2013, 09:52:45 pm

Title: Import Relationships
Post by: Dalia on September 20, 2013, 09:52:45 pm
I have a lot of relationships information to upload to EA.It it possible to define the relationships, for instance, on Excel and import them to EA package?
Title: Re: Import Relationships
Post by: Geert Bellekens on September 20, 2013, 09:55:01 pm
Not native.
I think EADocX does that.
Or you can extend my Excel importer (http://bellekens.com/2013/04/30/simple-vba-excel-to-ea-importer-v3/) to also import relations.

Geert
Title: Re: Import Relationships
Post by: Dalia on September 24, 2013, 12:43:20 am
Thanks for the tip. I've installed the trial version and although it mentions relationships alot it doesn't seam to be able to import them.  :(
Title: Re: Import Relationships
Post by: qwerty on September 24, 2013, 07:15:02 am
Geert said "extend". You have to do a little homework :-)

Or do you mean eaDocX?

q.
Title: Re: Import Relationships
Post by: Geert Bellekens on September 24, 2013, 03:34:32 pm
Quote
Thanks for the tip. I've installed the trial version and although it mentions relationships alot it doesn't seam to be able to import them.  :(
I'll ask Ian, the author of EADocX to comment about this.

Geert
Title: Re: Import Relationships
Post by: Sam Courtney on September 24, 2013, 11:58:46 pm
We have built an advanced import tool that imports relationships - contact us by private message for details. We are a Sparx Consulting and Training partner in the US.
Title: Re: Import Relationships
Post by: rothnic on September 25, 2013, 04:02:59 am
Another option is to write a script using JScript directly within EA. I found that using the included JScript CSV library, I was able to create an import function with relative ease. This is if you are more familiar with java-like languages in comparison to VBScript that is avialable in the Excel import capabilities mentioned earlier.