GeolinQ
Support Portal

ExportMultiDataset

Exports data for multiple datasets from the current datasource. Use the UpdateDatasource operation to select a datasource for multi dataset export.

Element Required Description
Format Yes Specifies format for the multi dataset export on the datasource.

The ExportMultiDataset operation exports file into the current running script task. The exported files are available in the task after the script task has finished.

Example of the ExportDatasource operation:

<UpdateDatasource>
  <DatasourceName>MyDatasource</DatasourceName>
  <Operations>
    <ExportMultiDataset>
      <Format>MyMultiDatasetExportFormat</Format>
    </ExportMultiDataset>
  </Operations>
</UpdateDatasource>