Merge pull request #2049 from liumengyang/patch-2

Update csv.md
pull/2060/head
Scott Anderson 2021-01-11 11:55:22 -07:00 committed by GitHub
commit 3300ec8630
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ to inject annotation rows into the CSV data.
influx write -b example-bucket \
-f path/to/example.csv \
--header "#constant measurement,birds" \
--header "#datatype dataTime:2006-01-02,long,tag"
--header "#datatype dateTime:2006-01-02,long,tag"
```
{{< flex >}}
@ -156,7 +156,7 @@ influx write -b example-bucket \
##### headers.csv
```
#constant measurement,birds
#datatype dataTime:2006-01-02,long,tag
#datatype dateTime:2006-01-02,long,tag
```
{{% /flex-content %}}
{{% flex-content %}}