updated message in csv.from about cloud availability, resolves #545

pull/547/head
Scott Anderson 2019-10-22 16:44:37 -06:00
parent 63c9631983
commit 5984a29506
1 changed files with 4 additions and 4 deletions

View File

@ -29,10 +29,6 @@ csv.from(file: "/path/to/data-file.csv")
csv.from(csv: csvData)
```
{{% cloud-msg %}}
`csv.from()` is not available in {{< cloud-name "short" >}}.
{{% /cloud-msg %}}
## Parameters
### 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.
_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_
### csv