ObjectImport
Imports objects from an XML file. This command requires a control file to specify the objects to import and how to resolve conflicts. The control file is an XML file defined by the impcntl.dtd file.
The ObjectImport command uses the following syntax:
objectimport
-i <input_xml_file_name>
-c <control_file_name>
[-l <log_file_name>]
[-p (retain persistent value)]
The following table describes pmrep ObjectImport options and arguments:
Option | Argument | Description |
---|
-i | input_XML_file_name | Required. Name of the XML file to import. |
-c | control_file_name | Required. Name of the control file that defines import options. |
-l | log_file_name | Optional. Log file that records each export step. If you omit this option, status messages output to the window. |
-p | - | Optional. Retains persistent values for mapping variables. |