Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started 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?
-
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
-
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. :(
-
Geert said "extend". You have to do a little homework :-)
Or do you mean eaDocX?
q.
-
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
-
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.
-
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.