Error in not selected Is trials on loop, can this be recovered from psydat?

OS (e.g. Win10):
PsychoPy version (e.g. 2022.2.2):
Standard Standalone? (y/n)** Yes
What are you trying to achieve?: I made a bit of a bad mistake in not checking “Is trials” on a loop for data that I wanted to record in my .csv file. Basically, I wanted to save a slider response on every trial of a long loop (350 trials). It appears that I can recover this data from my log files with some careful code, but I’m wondering if it can be recovered/already exists in the psydat?

What did you try to make it work?: I tried modifying the demo file ‘csvFromPsydat’ with the updated function calls per the data output website (Data outputs — PsychoPy v2022.2.4). I was able to recreate the csv files that I have using the code from the website.

What specifically went wrong when you tried that?:
I was able to recreate my .csv files that I have, but I’m hoping to extract out the slider responses in each trial of a loop.

This is 100% user error. I just wasn’t careful. I’m hoping that I can extract the data I need without too much laborious code (although, I’ll do it if I have to!). Many thanks to psychopy for making log files that can seriously save us from disaster! :smile: