The "private experiment name" field for an experiment is used as a prefix to name files when constructing the zip that's downloaded from the "Download experiment data" button. If the private experiment name contains slashes, these are preserved in the zip creation, meaning the zip will have nested subdirectories.
For example, if you name your experiment FOO/BAR, then the zip file will be named FOO_BAR_data.zip, but the files inside will be FOO/BAR.json, FOO/BAR_Alerts.csv and so on.
Recommend applying the same slash replacement treatment to the files within the zip as to the zip itself.
The "private experiment name" field for an experiment is used as a prefix to name files when constructing the zip that's downloaded from the "Download experiment data" button. If the private experiment name contains slashes, these are preserved in the zip creation, meaning the zip will have nested subdirectories.
For example, if you name your experiment
FOO/BAR, then the zip file will be namedFOO_BAR_data.zip, but the files inside will beFOO/BAR.json,FOO/BAR_Alerts.csvand so on.Recommend applying the same slash replacement treatment to the files within the zip as to the zip itself.