parent
efa71fd2f6
commit
cbb4339881
|
@ -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 %}}
|
||||||
|
|
Loading…
Reference in New Issue