Expand description

CSV metadata types.

Structs

Dialect-level metadata. This type encapsulates the details to be used to derive a ReaderBuilder object (in the csv crate).

Metadata about the header of the CSV file.

Primary CSV metadata. Generated by Sniffer::sniff_path or Sniffer::sniff_reader after examining a CSV file.

Enums

The comment character (or Disabled if commenting doesn’t exist in this dialect)

The escape character (or Disabled if escaping is disabled)

Metadata about the quoting style of the CSV file.