The Data Mapper can be invoked from the command line. The following options apply.
/DmFile <filename> | Executes the specified Data Mapping Transform, the <filename> parameter should be the fully qualified filename of the Transform (.dm) file to execute. |
/DmAction |
The action to perform:
|
/DmPlatform |
The target platform to execute the mapping using:
|
Example Usage |
Copy Code
|
---|---|
XmlStudio /DmFile "c:\My Transforms\My Report.dm" /DmAction=Compile /DmPlatform=CS
|