The following convention is followed by the exported files:
[FileNamePrefix]_[EntityName]_[TimeStamp]_piece_[X].tar.gz
[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.
[X] is the piece # for the exported file per entity.
Example file name: AgilOneDemoDataExport_customersummary_20171025005013_piece_0.tar.gz
CDP uses GZIP compression after archiving CSV files as .tar files.
The resulting file extension for all exported files is .tar.gz.
Compressing large data files saves Amazon S3 storage and transfer costs for clients.
Extracting each .tar.gz file unarchives one CSV file.
The following convention is followed by the extracted CSV files:
[FileNamePrefix]_[EntityName].csv
[FileNamePrefix] is a configurable keyword you can choose.
[EntityName] is the name of the entity being exported.
Example file name: AgilOneDemoDataExport_customersummary.csv
File extension: .csv
Column Delimiter: [comma] character (,)
Row Delimiter: {LF}
Encoding: UTF-8
Text qualifiers: [double quotes] character (“)
Headers in the first row
If this content did not answer your questions, try searching or contacting our support team for further assistance.
If this content did not answer your questions, try searching or contacting our support team for further assistance.