Export PayloadΒΆ
When exporting to a host filesystem folder, or downloading to a .zip export package, a "payload" of three files is delivered:
| File | Naming convention | Description |
|---|---|---|
| export information file | [normalized export name]_info_[timestamp].json | information about the project and the export settings |
| export data dictionary | [normalized export name]_dd_[timestamp].csv | metadata and data distributions, tailored to the specific export |
| export data file | [normalized export name]_data_[timestamp].csv | the exported data |
The export name is "normalized" by converting to lower case and replacing spaces and other non-alphanumeric characters with underscores.