Rulebase Export Transformation
To transform a single rulebase design file 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.rulebasemodel.transformation.TransformRulebase -data <Workspace Dir> -i <input file> -o <output file>
-i: <full path to the input rulebase file>
-o: <full path to the output metadata file containing the rulebase information>
For example,
<Install Dir>\studio-mdm\4.0\eclipse>TIBCOBusinessStudio.exe -application com.tibco.mdm.rulebasemodel.transformation.TransformRulebase -data "c:\Users\myname\workspace" -i "c:\Users\myname\workspace\MyProject\Rulebase Models\Basic.rul" -o "c:\Users\myname\workspace\MyProject\Rulebase Models\Export\Basic.xml"
For Linux
./TIBCOBusinessStudio -application com.tibco.mdm.rulebasemodel.transformation.TransformRulebase -data <Workspace Dir> -i <input file> -o <output file>
-i: <full path to the input rulebase file>
-o: <full path to the output metadata file containing the rulebase information>
For example,
./TIBCOBusinessStudio -application com.tibco.mdm.rulebasemodel.transformation.TransformRulebase -data "/home/apps/workspace" -i "/home/apps/workspace/MyProject/Rulebase Models/Basic.rul" -o "/home/apps/workspace/MyProject/Rulebase Models/Export/Basic.xml"