Dears,
I have a simple CSV file with two rows and two columns but i dont have time series data on csv, i want write this csv to influx with time series for each row.Is it possible, my csv file will be updating the data each minute
data below
| WAN IP | MGMT IP | 
|---|---|
| 172.20.205.11 | 10.10.80.8 | 
| 172.20.207.46 | 10.10.80.49 | 
| 172.20.207.48 | 10.10.80.45 | 
| 10.16.1.149 | 10.10.80.51 | 
| 172.20.205.187 | 10.10.80.57 | 
| 172.20.206.174 | 10.10.80.46 | 
| 172.20.207.67 | 10.10.80.59 | 
| 172.20.207.25 | 10.10.80.41 | 
| 172.20.195.38 | 10.10.80.42 | 




