Download customized excel file in pavlovia

URL of experiment: Pavlovia

Description of the problem:
Is it possible to automatically download a customized excel file after finishing the experiment?

Since the default csv file includes some data unwanted, I defined a dataframe to record some of them and saved the results in an excel file(response of slider and response time). This can be saved in local, but I haven’t found a way to save it after the experiment is done online.

Hi There,

Unfortunately at the moment this is not possible. The default data files are all that can be pinged back to the server. To help extracting data I sometimes use a code component in my experiment with thisExp.addData('columnname', variable) it makes the columns you want to find easier to identify faster.

1 Like