fixed datatype in annotated csv example

pull/1383/head
Scott Anderson 2020-09-01 09:05:11 -06:00
parent a6f72a9459
commit fd521fbeab
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ influx write -b example-bucket -f path/to/example.csv
##### example.csv
```
#datatype measurement,tag,float,dateTime:RFC3339
#datatype measurement,tag,double,dateTime:RFC3339
m,host,used_percent,time
mem,host1,64.23,2020-01-01T00:00:00Z
mem,host2,72.01,2020-01-01T00:00:00Z