How to write only latest values with DSVWriter?
Posted: Sun 06 Jan 2013, 18:25
I need a text file of e.g. 100 latest temperature values to draw a graph. If I use DSVWriter plugin with setting "append=true", the file keeps growing forever. Is there anyway to make it delete the first line when it adds a new line in the end when a specified number of rows have been reached?
Or can I somehow (preferably with PHP) query this data from Switch King DB?
Or can I somehow (preferably with PHP) query this data from Switch King DB?