fixed datatype in annotated csv example

pull/1387/head
Scott Anderson 2020-09-01 09:05:11 -06:00
parent 38bb4812e8
commit 9478d2d9c3
1 changed files with 1 additions and 1 deletions
content/influxdb/v2.0/write-data/developer-tools

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