Empty rows and columns in csv-file

Hello everyone,

my csv output file consists of several empty rows (see file attached). Apparently PsychoPy creates a row for every routine in my experiment, although I don’t want to log these routines (e.g. instruction routine, break routine etc). This happens for routines both inside and outside of loops.

If I uncheck “Is trials” in the builder, it doesn’t add any empty rows for routines which are inside the loop anymore, however, the corresponding columns are added anyway (Loop.thisRepN, Loop.thisTrialN, Loop.thisN, Loop.thisIndex). Is there any possibility to not log loops and routines at all?

Thanks in advance!
Dani

Example.csv (4.4 KB)

Did you find the solution to it?

For anyone seeking a solution, disabling the Is trials option in my main loop, worked.

image