1
Command Line to Generate C#/DLL/EXE?
Question asked by Travis Riffle - 4/7/2021 at 9:58 PM
Answered
Do you have a way to use the command line to generate the DLL/EXE or C# code that's being generated in Liquid Studio for the data mapper tool?  I can't find one when I look through your site. 

1 Reply

Reply to Thread
0
Liquid Support Replied
Employee Post Marked As Answer
Hi,

Yes, you can use the command line to compile the transform, this should pick up the setting from the .dm file and generate a DLL/EXE.

E.g.

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

Please see the documentation:

Reply to Thread