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.