GeolinQ
Support Portal

ImportMultiDataset

Imports data for multiple datasets from the ZIP archive for the current datasource. Use the UpdateDatasource operation to select a datasource for multi dataset import.

Element Required Description
FileName Yes Specifies the name of the datasource file in ZIP archive
Format Yes Specifies format for the multi dataset import on the datasource.
ClearDatasource No Yes clears the datasource before import and No appends the data to the existing datasets.

The ImportMulitDataset operation imports a import file from the ZIP archive.

Example of the ImportDatasource operation:

<UpdateDatasource>
  <DatasourceName>MyDatasource</DatasourceName>
  <Operations>
    <ImportMultiDataset>
      <FileName>MyFiles.zip</FileName>
      <Format>MyMultiDatasetImportFormat</Format>
      <ClearDatasource>Yes</ClearDatasource>
    </ImportMultiDataset>
  </Operations>
</UpdateDatasource>