Module csv_sniffer::metadata [] [src]

CSV metadata types.

Structs

Dialect

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

Header

Metadata about the header of the CSV file.

Metadata

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

Enums

Comment

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

Escape

The escape character (or Disabled if escaping is disabled)

Quote

Metadata about the quoting style of the CSV file.