Module file_format

Source
Expand description

CsvFormat, Comma Separated Value (CSV) FileFormat abstractions

Structsยง

CsvDecoder
CsvFormat
Character Separated Value FileFormat implementation.
CsvFormatFactory
Factory used to create CsvFormat
CsvSerializer
Define a struct for serializing CSV records to a stream
CsvSink
Implements DataSink for writing to a CSV file.