Reset at the end of file, when using SequentialReader (File)

Hi,

I’m using SequentialReader (File) to read a file. I would like to read each line, until the end of (csv) file, and then, start reading from the top again. Over and over again :)

I do see that I can manually reset. And also see the “End of File” output on SequentialReader. But I can’t connect these two. Please let me know how to “reset” automatically at the end of file.

Cheers

That is because you are creating a feedback loop. You can use a framedelay to connect the two. see: https://vvvv.org/documentation/creating-feedback-loops