Data Source Export Transformation

To transform a data source file to into a specific MDM server format, use the following syntax in the command line. The file name and the workspace information is mandatory in the syntax.

For Windows

<install dir>\studio-mdm\4.0\eclipse>TIBCOBusinessStudio.exe -application com.tibco.mdm.datasourcemodel.export.TransformDataSource -i <input file> -o <output file>

-i : <full path to the input data source file>

-o : <full path to the output metadata file containing the data source information>

For example,

<install dir>\studio-mdm\4.0\eclipse>TIBCOBusinessStudio.exe -application com.tibco.mdm.datasourcemodel.export.TransformDataSource -i c:\Users\myname\workspace\MyProject\Datasources\Names.ds -o c:\Users\myname\workspace\MyProject\Datasources\export\Names.xml

For Linux

./TIBCOBusinessStudio -application com.tibco.mdm.datasourcemodel.export.TransformDataSource -i <input file> -o <output file>

-i : <full path to the input data source file>

-o : <full path to the output metadata file containing the data source information>

For example,

./TIBCOBusinessStudio -application com.tibco.mdm.datasourcemodel.export.TransformDataSource -i /home/apps/workspace/MyProject/Datasources/Names.ds -o /home/apps/workspace/MyProject/Datasources/export/Names.xml