Import, read out and visualize CSV file

Import, read out and visualize CSV file

@Lucas Braun

Hello, I have a CSV file and i want to import the file and read the data out and visualize the Temp-Values on a dashboard. Can anyone tell me how its possible to do this or how its possible to connect the csv to a device?

The CSV is in the following format:

(column 1) Date: (column 2) Temp-value:
1577837700 6,1

Thank You