Skip to main content

Module codec

Module codec 

Source
Expand description

CSV/TSV/PSV codec.

Decodes delimiter-separated value files into column-aligned tabular text with annotations. This is a BIDIRECTIONAL codec — edited text can be re-encoded back to the original delimiter format.

Structs§

CsvCodec
CSV/TSV/PSV codec.

Constants§

CSV_COLUMN_KIND
Annotation kind for column boundaries.
CSV_HEADER_KIND
Annotation kind for the header row.