msdimport command usage
You can use the msdimport command to import an XML file to the map source file from the command line.
Use the msdimport utility command to import the xml file to a system definition (.msd) file from the command line, outside the Integration Flow Designer.
The following example shows how you can use the command:
install_dir> msdimport myxmlfile.xml
-O C:\MyDev\ImportResults\myimportedsystem.msd
-LOG -APPEND
When you run the example, the following result occurs:
- If the myxmlfile.xml xml file is imported successfully, the msdimport - completed successfully. message displays on the console.
- The imported myimportedsystem.msd system definition file is produced in the C:\MyDev\ImportResults directory.
If the myxmlfile.log log file does not exist, it is produced in the same directory as the system file. If the myxmlfile.log log file already exists, the log messages are appended to the existing file.