updated message in csv.from about cloud availability, resolves #545
parent
63c9631983
commit
5984a29506
|
@ -29,10 +29,6 @@ csv.from(file: "/path/to/data-file.csv")
|
||||||
csv.from(csv: csvData)
|
csv.from(csv: csvData)
|
||||||
```
|
```
|
||||||
|
|
||||||
{{% cloud-msg %}}
|
|
||||||
`csv.from()` is not available in {{< cloud-name "short" >}}.
|
|
||||||
{{% /cloud-msg %}}
|
|
||||||
|
|
||||||
## Parameters
|
## Parameters
|
||||||
|
|
||||||
### file
|
### file
|
||||||
|
@ -41,6 +37,10 @@ The path can be absolute or relative.
|
||||||
If relative, it is relative to the working directory of the `influxd` process.
|
If relative, it is relative to the working directory of the `influxd` process.
|
||||||
_The CSV file must exist in the same file system running the `influxd` process._
|
_The CSV file must exist in the same file system running the `influxd` process._
|
||||||
|
|
||||||
|
{{% cloud-msg %}}
|
||||||
|
{{< cloud-name "short" >}} does not support the `file` parameter.
|
||||||
|
{{% /cloud-msg %}}
|
||||||
|
|
||||||
_**Data type:** String_
|
_**Data type:** String_
|
||||||
|
|
||||||
### csv
|
### csv
|
||||||
|
|
Loading…
Reference in New Issue