Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Reading and writing of comma-separated values (CSV) files
default
Reads and writes comma-separated values (CSV) files.
The most essential aspect of a column is accessing the property holding the
data for that column on each object in the data array. If that member is at
the top level, Column can simply be a property accessor, which is either a
string (if it's a plain object) or a number (if it's an array).
CsvParseStream transforms a stream of CSV-encoded text into a stream of
parsed objects.
Options for CsvParseStream.
Convert each chunk to a CSV record.
An object (plain or array)
Parses CSV string into an array of arrays of strings.
Parse result type for parse and CsvParseStream.
Array index or record key corresponding to a value for a data object.
Record type with column type.
Row return type.
Converts an array of objects into a CSV string.
Parses CSV string into an array of arrays of strings.
CsvParseStream transforms a stream of CSV-encoded text into a stream of
parsed objects.
Options for CsvParseStream.
Row return type.
The most essential aspect of a column is accessing the property holding the
data for that column on each object in the data array. If that member is at
the top level, Column can simply be a property accessor, which is either a
string (if it's a plain object) or a number (if it's an array).
An object (plain or array)
Array index or record key corresponding to a value for a data object.
Converts an array of objects into a CSV string.
Convert each chunk to a CSV record.
The most essential aspect of a column is accessing the property holding the
data for that column on each object in the data array. If that member is at
the top level, Column can simply be a property accessor, which is either a
string (if it's a plain object) or a number (if it's an array).
An object (plain or array)
Array index or record key corresponding to a value for a data object.
Converts an array of objects into a CSV string.