As covered earlier, each Data Export can include attributes across multiple
entities.
CDP will export at least one file per entity selected when setting up
Data Export. The list of entities available for Data Export can be reviewed
here: List of Entities for Data Export
More often that not, there will be multiple files per entity exported
depending on the amount of data. When the data being exported is reasonably
sized, the platform will break each entity into multiple piece files.
The convention followed by files exported by CDP is as follows:
[FileNamePrefix]_[EntityName]_[TimeStamp]_piece_[X].tar.gz where
[FileNamePrefix] is a configurable keyword you can choose, [EntityName] is
the name of the entity being exported, [TimeStamp] is the time-stamp for
when the export job was executed and [X] is the piece # for the exported
file per entity.
An example File Name could be as
follows: AgilOneDemoDataExport_customersummary_20171025005013_piece_0.tar.gz
Extracting each .tar.gz file unarchives one CSV file.
The convention followed by CSV files after they are extracted is as follows:
[FileNamePrefix]_[EntityName].csv where [FileNamePrefix] is a configurable
keyword you can choose and [EntityName] is the name of the entity being
exported.
An example File Name could be as
follows: AgilOneDemoDataExport_customersummary.csv