Skip to content

Is it possible to refresh data without deleting the source CSV #153

Answered by fthevenet
ezvr asked this question in Q&A
Discussion options

You must be logged in to vote

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 or Ctrl+ 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:

  • Unlike what is proposed in #96, this will take into account new rows or modified/deleted rows in CSV, but if a new column is added, it will not appear in the source pane until you cl…

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@ezvr
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@fthevenet
Comment options

@Arkanosis
Comment options

Answer selected by fthevenet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants