Skip to main content

Module classifier

Module classifier 

Source
Expand description

CSV/TSV/PSV content classifier.

Detects delimiter-separated value files by analyzing delimiter consistency across lines. Supports comma, tab, pipe, and semicolon.

Structs§

CsvClassifier
CSV/TSV/PSV content classifier (priority 15).

Constants§

CSV
Content type for comma-separated values.
PSV
Content type for pipe-separated values.
SCSV
Content type for semicolon-separated values (European CSV).
TSV
Content type for tab-separated values.