LoadImport Action Parameters
Parameter | Description | Valid Values | Mandatory | Default |
---|---|---|---|---|
DataSource | Name of the datasource to upload. | Any existing datasource name | Y | - |
MasterCatalog | Name of the repository. | 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 within MasterCatalog specified above | 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. | true or false | N | false |
ImportAction | Initiates Data Transfer | Data Transfer | Y | - |
<DataSet type="single"> <Name>PRIM</Name> <Credential domain="GLN"> <Identity>0065064183212</Identity> </Credential> <Action>LoadImport</Action> <URIInfo scheme="local"> <Relative>MQ_COMMON_DIR</Relative> <URI>EAI/PrimData</URI> </URIInfo> <DataSource> <RevisionID> <BaseName>UCCV3</BaseName> </RevisionID> </DataSource> <MasterCatalog> <RevisionID> <BaseName>PRIMDATA</BaseName> </RevisionID> </MasterCatalog> <InputMap> <RevisionID> <BaseName>MyInputMap</BaseName> </RevisionID> </InputMap> <ValidateOnly>true</ValidateOnly> </DataSet>
DataSet sample for Data Transfer
<DataSet type="single"> <Name>data-transfer</Name> <EnterpriseName>target</EnterpriseName> <Credential domain="MartQuestNet"> <Identity>admin</Identity> </Credential> <Action>LoadImport</Action> <URIInfo scheme="local"> <Relative>MQ_COMMON_DIR</Relative> <URI>target/datatransfer</URI> </URIInfo> <ImportAction>DataTransfer</ImportAction> </DataSet>
Copyright © Cloud Software Group, Inc. All rights reserved.