Import Action Parameters

Parameter Description Valid values Mandatory Default
MasterCatalog The repository name. Any existing repository name Y -
Incremental Indicates if the import should be incremental. Yes, No N Yes
InputMap Specify the name of input map for data import. Any existing input map name. N DEFAULT
ValidateOnly Validates the records that are being importing without saving those records, and generates an error report and a log file. true or false N false
ConfirmImmediately If specified true, the ImportCatalogRecords activity confirms the imported records immediately. frue or false N false
Note: No security is applied when import is initiated from FileWatcher. However, if import permissions are denied, you cannot import records from the user interface.
<DataSet type="single" >
     <Name>PRIM</Name>
     <Credential domain="GLN">
           <Identity>0065064183212</Identity>
     </Credential>
     <Action>Import</Action>
     <URIInfo scheme="local">
         <Relative>MQ_COMMON_DIR</Relative>
         <URI>EAI/PrimData</URI>
     </URIInfo>
     <Incremental>Yes</Incremental>
     <MasterCatalog>
         <RevisionID>
             <BaseName>PRIMDATA</BaseName>
         </RevisionID>
     </MasterCatalog>
     <InputMap>
         <RevisionID>
             <BaseName>DEFAULT</BaseName>
         </RevisionID>
     	</InputMap>
						   <ValidateOnly>true</ValidateOnly>    
</DataSet>