You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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
    <ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="a0801335-bacc-40ad-9805-eb14840bcfa7"><ac:plain-text-body><![CDATA[[-f] (Force overwrite)

    ]]></ac:plain-text-body></ac:structured-macro>

    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