Hi,
I got file which updates once per time. File contains top donaters for last month, for example, and each data written in new lines, like this:
person1 : 100 $
person2 : 30 $
person3 : 20 $
etc..
Is it possible to read those values to OBS one by one, line by line with some delay, for...