Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
DatasetExport
Represents a dataset exported from CRM Analytics. When a dataset is exported,
the data is converted into a .csv file and the schema is stored in a separate JSON file. These
files are stored in two objects: DatasetExport and DatasetExportPart. DatasetExport acts as
the header and includes the JSON schema.
Supported Calls
describeSObjects(), query(), retrieve()
Fields
| Field | Details |
|---|---|
| CompressedMetadataLength |
|
| Metadata |
|
| MetadataLength |
|
| Owner |
|
| PublisherInfo |
|
| PublisherType |
|
| Status |
|
Usage
This object is used with the DatasetExportPart object for exporting
data from a dataset in CRM Analytics for use in Einstein Discovery. An export is initiated
using the export node in an Analytics dataflow.