From 5984a29506549759913cec4aaa55f17e40ec9186 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Tue, 22 Oct 2019 16:44:37 -0600 Subject: [PATCH] updated message in csv.from about cloud availability, resolves #545 --- content/v2.0/reference/flux/stdlib/csv/from.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/v2.0/reference/flux/stdlib/csv/from.md b/content/v2.0/reference/flux/stdlib/csv/from.md index 6114f3c08..ea6c16816 100644 --- a/content/v2.0/reference/flux/stdlib/csv/from.md +++ b/content/v2.0/reference/flux/stdlib/csv/from.md @@ -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