Fixing Annotated CSV

Hi!

I am trying to upload data to Influxdb just by drag&drop of annotated CSV data.

#group,FALSE,TRUE,FALSE,FALSE,FALSE,FALSE
#default,,,,,,
#datatype,dateTime:RFC3339,boolean,boolean,boolean,boolean,string
,_time,_data1,_data2,_data3,_data4,_measurement
,2022-01-02T11:00:19.001Z,1,0,0,1,0
,2022-01-02T11:01:19.001Z,1,0,0,1,1
,2022-01-02T11:02:19.001Z,0,0,1,1,1
,2022-01-02T11:03:19.001Z,1,1,1,1,0
,2022-01-02T11:04:19.001Z,0,1,0,1,0
,2022-01-02T11:05:19.001Z,1,1,0,0,1
,2022-01-02T11:06:19.001Z,0,1,1,1,1
,2022-01-02T11:07:19.001Z,1,0,1,1,0
,2022-01-02T11:08:19.001Z,0,0,0,0,1

I get the following error when I drop the file:

Failed to upload the selected CSV: runtime error @3:14-3:35: to: no time column detected

What could the be issue? Quite annoying…

Thanks in advance!
Tom

I have the same problem, very similar dataset. Is there an update on this issue?