Skip to main content

Exporting Collections

After data has been imported into a Collection and enriched/transformed/etc., it can be exported to a file in a Data Bucket or processed and pushed out through DX Engine or another webservice endpoint. This mechanism is useful for exporting data to be consumed by another system such as a search engine, database, data warehouse, etc.

Export Collection

The Job Type Export Collection is used to export data from a Collection into a file in a Data Bucket. This job type supports filtering and transforming records. Once exported to a data file, there are jobs available to process that file with DX Engine or with a webservice endpoint.

Process Collection with DX Engine

The Job Type Process Collection With DX Engine is used to process a DX Graph Collection and send the records to DX Engine. The job type supports sending batches of records to the DX Engine.

Process Collection With Webservice Endpoint

The Job Type Process Collection With Webservice Endpoint is used to process a DX Graph Collection and send the records to a webservice endpoint. The job type supports sending batches of records to a webservice endpoint.