Alucard
Alucard

Reputation: 317

Auto import XML files in Sparx Enterprise Architect repository

I would like to auto import XML files that contains information about changed packages, diagrams, elements, and so on to my repository on a MySQL server.

There is a functionality in the EA, located in "Import/Export" -> "Import package from XMI file". Is there any way to trigger that function from a script or from a program to automate that?

Upvotes: 0

Views: 1310

Answers (1)

Geert Bellekens
Geert Bellekens

Reputation: 13784

Yes, check the operation ImportPackageXMI in the Project Interface. You can use that operation from an add-in, external program or EA script.

Upvotes: 1

Related Questions