Importing models from external formats can be invoked through the command line.
The following File types can be imported:

  • ERwin xsd (*.xsd)
  • PowerDesigner conceptual, logical and physical models (*.cdm, *.ldm, *.pdm)
  • Common warehouse metamodel (*.xmi)
  • 3D xml (*.xml)
modelimport
-repo <repo name>
-c <category>
-m <model>
-v <version>
-o <Import file>
-create
[-f] (Force overwrite)


Example

jre\bin\Java -Xmx512m -XX:MaxMetaspaceSize=512m -splash: -jar WhereScape-3D-HEAD-bundle.jar modelimport -repo "Local repository" -c "Data Vault Design" -m "Master" -v "1.0" -o "C:\temp\Adventure Works.xmi" -f


  • No labels