Handbook
Glossary
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
rows
a sequence of sequences of strings
path
a
pathname
encoding
an encoding descriptor
Outputs
None
Word description
Writes a comma-separated-value structure to a file.
Definition
USING:
io.files
;
IN:
csv
:
csv>file
( rows path encoding -- )
[
write-csv
]
with-file-writer
;