Easy way to display auto-refreshing grid based on input CSV file?

I am wondering if there is an easy way to display an auto-refreshing grid as a dashboard based on the contents of a CSV file. Can anyone point me in the right direction? Thanks!

If you did do the grid from the CSV, then the grid will only update when the CSV changes. You need to read up on ENDPOINTS https://docs.universaldashboard.io/ or https://psdevuk.github.io/ud-flix/Content-vs-Endpoint/ to understand that using an endpoint you can refresh that particular column or component every X seconds.