CSV.Write¶
| Name | Mandatory | Description | Default | Type | 
|---|---|---|---|---|
| ⬅️ Input | A sequence of rows, with each row being a sequence of strings. | [[String]] | ||
| Output ➡️ | A multiline string in CSV format. | String | ||
| NoHeader | No | Whether the shard should parse the first row as data, instead of header. | false | Bool | 
| Separator | No | The character to use as fields separator. | , | String | 
Reads a sequence of strings in a sequence of rows and outputs the data as a CSV string.