added note about csv.from() availability in cloud
parent
f550223c6d
commit
155ead83b9
|
@ -28,6 +28,10 @@ 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
|
||||||
|
|
Loading…
Reference in New Issue