Skip to content
The Elk Shell Language
Search
K
Main Navigation
Reference
Standard Library
GitHub
Appearance
GitHub
Menu
Return to top
On this page
Table of Contents for current page
into::csv
csv(rows)
csv(rows, separator: String)
Parameter
Type
Description
rows
Iterable
A collection of rows containing a list of columns.
(optional) separator
String
The column separator. Default: ,
Returns
(String) A CSV string.