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)
|
||||
```
|
||||
|
||||
{{% cloud-msg %}}
|
||||
`csv.from()` is not available in {{< cloud-name "short" >}}.
|
||||
{{% /cloud-msg %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
### file
|
||||
|
|
Loading…
Reference in New Issue