Liquid Studio Documentation
Data Mapping / Command Line Options
In This Topic
    Command Line Options
    In This Topic

    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:

    • Compile - Compiles the transform for the platform
    • Execute - Compiles and executes the transform for the platform
    /DmPlatform

    The target platform to execute the mapping using:

    • CS - .Net C# Engine
    • XSLT2 - XSLT 2.0 Engine

    Example Usage
    Copy Code
    XmlStudio /DmFile "c:\My Transforms\My Report.dm" /DmAction=Compile /DmPlatform=CS