hi team,
I am using the below csv data
i can able to load the below data into buckets. its working fine. But i am unable to view this file .because measurement is showing empty list .
#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
Please advice