-
I have a csv file that gets updated by a script. Currently, I remove the CSV from the Sources panel, then re-add it. However this means I also have to re-create the graphs every single time. Is it possible to make binjr just refresh the data somehow? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Hi @ezvr I don't think there's (yet) a refresh feature for a CSV source. However, to avoid having to re-create many graphs every time, you could save the workspace, and open it again to get the new values in the old graphs. Assuming you've already saved the workspace, re-opening is a two-clicks operation. Best regards, |
Beta Was this translation helpful? Give feedback.
-
Related #96 |
Beta Was this translation helpful? Give feedback.
-
As a matter of fact, the log files plugin already supports reloading all the data from the underlying file upon doing a "hard refresh" ( Please be aware that there are limitations to what it can do:
|
Beta Was this translation helpful? Give feedback.
As a matter of fact, the log files plugin already supports reloading all the data from the underlying file upon doing a "hard refresh" (
Ctrl+F5
orCtrl
+ left mouse click on the refresh button), which basically does what you are asking.It seemed quite reasonable to extend the CSV plugin so that it could do the same, so I went ahead and did just that: you can try it in this preview build: https://github.com/binjr/binjr/releases/tag/v3.20.0-SNAPSHOT
Please be aware that there are limitations to what it can do: