We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Reload csv on runtime

Home Forums Puzzles Reload csv on runtime

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #19974
    mugga
    Participant

    Is it possible to reload/update data from a csv?

    I tried running the load data every 10 seconds, but it isnt updating the content. Only a reload does.

    And another question:
    Is it possible to load multiple csv’s with different data?

    #19988

    load data every 10 seconds, but it isnt updating the content. Only a reload does.

    yes, it caches the loaded files. Workaround: use different URLs for subsequent requests, e.g.
    ./myTable.csv?t=1
    ./myTable.csv?t=2
    etc.

    Is it possible to load multiple csv’s with different data?

    just using the load data puzzle several times should work

    Chief 3D Verger | LinkedIn | Twitter

    #19993
    mugga
    Participant

    Great, that worked! Thank you very much.

    #19994

    :good:

    Chief 3D Verger | LinkedIn | Twitter

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.