the error message is:
Failed to upload the selected CSV: error in csv.from(): failed to read metadata: missing expected annotation datatype. consider using the mode: “raw” for csv that is not expected to have annotations.
The CSV file I’m uploading looks like this:
#datatype measurement,tag,dateTime:RFC3339,double,double,double,double,double,double,string,double,double,string,double,double,double,double,double
instrument,location,timestamp,temp_out,temp_hi,temp_low,hum_out,dew_pt,wind_speed,wind_dir,wind_run,wind_speed_hi,wind_dir_hi,wind_chill,heat_index,barometer,rain,rain_rate
Vantage Pro2,VistaDelSol,2007-01-01T00:10:00-07:00,14.3,14.8,14.3,88,11.4,2.0,NNW,0.33,4.0,NNW,11.5,14.2,30.366,0.00,0.00
Vantage Pro2,VistaDelSol,2007-01-01T00:20:00-07:00,14.0,14.3,14.0,88,11.1,1.0,NNW,0.17,3.0,NNW,14.0,13.9,30.369,0.00,0.00
My intended schema was 1 measurement, 1 tag, 1 timestamp and all the rest fields.
I’ve tried many different versions of #datatype, header and data all giving different errors. Read thru the docs and it isn’t very clear to someone who doesn’t know it before. I’m sure when it works it makes sense but not to me now. Sorry for the word wrap. Tried uploading the file but it won’t new users.