csv>file ( rows path encoding -- )
Comma-separated-values parsing and writing

Prev:file>csv ( path encoding -- csv )
Next:string>csv ( string -- csv )


Vocabulary
csv

Inputs
rowsa sequence of sequences of strings
patha pathname
encodingan encoding descriptor


Outputs
None

Word description
Writes a comma-separated-value structure to a file.

Definition