Import TMX File

Use the following parameters to import a TMX file into a memory from command line:
Parameter Value Description Required
-importTmx memId The id of the memory. Yes
-tmx tmxFile Path to the TMX file to be imported Yes
-verbose   Selects whether progress information is logged or not in stdout No
Example:
fluenta_cli.bat -importTmx 12345678 -tmx "c:\sample data\updated.tmx" -verbose