Database versus CSV format

Hi.

I have had students running 3 versions of an experiment using pavlovia. The repositories were shared amongst 6 of them but it looks like at some point, one of the experiments had the data storage method set to database rather than CSV. Is there a way to export the database data to the CSV format so I can anlyse the outputs from the 3 experiments using my existing method?

Thanks, Justin.

I think it would be relatively simple to write a Python script which read in the database file and saved it out as separate csv files, each with the column titles. There isn’t a way to get Pavlovia to do it.

Ok Thanks. I have done that now.