Update csv.md

spelling mistake
dataTime --> dateTime
pull/2049/head
liumengyang 2021-01-11 17:49:45 +08:00 committed by GitHub
parent efa71fd2f6
commit cbb4339881
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 \ influx write -b example-bucket \
-f path/to/example.csv \ -f path/to/example.csv \
--header "#constant measurement,birds" \ --header "#constant measurement,birds" \
--header "#datatype dataTime:2006-01-02,long,tag" --header "#datatype dateTime:2006-01-02,long,tag"
``` ```
{{< flex >}} {{< flex >}}
@ -156,7 +156,7 @@ influx write -b example-bucket \
##### headers.csv ##### headers.csv
``` ```
#constant measurement,birds #constant measurement,birds
#datatype dataTime:2006-01-02,long,tag #datatype dateTime:2006-01-02,long,tag
``` ```
{{% /flex-content %}} {{% /flex-content %}}
{{% flex-content %}} {{% flex-content %}}