Expand description
Module containing CSV generation.
Functionsยง
- escape_
field - Escape a single CSV field per RFC 4180.
- generate
- Generate a CSV string with
rowsrows, one perVec<String>produced byrow_factory. The first line is the header. - parse
- Parse a CSV string back into a header row + data rows.