How to create an Annotated CSV

HI team,

Just exploring InfluxDB. i tried to upload sample timeseries data into my bucket. i am getting error.

Failed to upload the selected CSV: error in csv.from(): failed to read metadata: missing expected annotation group

Sample Data :

#datatype,string,long,dateTime:RFC3339,dateTime:RFC3339,dateTime:RFC3339,string,string,double
,result,table,_start,_stop,_time,region,host,_value
,my-result,1,2018-05-08T20:50:00Z,2018-05-08T20:51:00Z,2018-05-08T20:50:00Z,west,A,62.73
,my-result,1,2018-05-08T20:50:00Z,2018-05-08T20:51:00Z,2018-05-08T20:50:20Z,west,B,12.83
,my-result,1,2018-05-08T20:50:00Z,2018-05-08T20:51:00Z,2018-05-08T20:50:40Z,west,C,51.62

Note:
i am trying to upload a sample data using UI.

Please advice.

Thanks!

I have corrected my data .

#group,false,false,false,false,false,true,true,true,true,true
#datatype,string,long,dateTime:RFC3339,dateTime:RFC3339,dateTime:RFC3339,string,string,double,string,string
#default,_result,
,result,table,_start,_stop,_time,region,host,_value,_field,_measurement
,my-result,1,2018-05-08T20:50:00Z,2018-05-08T20:51:00Z,2018-05-08T20:50:00Z,west,A,62.73,weight,sample
,my-result,1,2018-05-08T20:50:00Z,2018-05-08T20:51:00Z,2018-05-08T20:50:20Z,west,B,12.83,weight,sample
,my-result,1,2018-05-08T20:50:00Z,2018-05-08T20:51:00Z,2018-05-08T20:50:40Z,west,C,51.62,weight,sample

But now i am having the issue… not able to see the measurement