added note about csv.from() availability in cloud

pull/147/head
Scott Anderson 2019-04-11 09:09:25 -06:00
parent f550223c6d
commit 155ead83b9
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,10 @@ 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