Skip to main content

Module parse

Module parse 

Source
Expand description

Format-specific input parsing.

parse takes a BufRead positioned past any UTF-8 BOM and the InputFormat picked by sniffing, and returns a ParsedInput: the items to cluster, optional sidecar metadata, and any per-record skip reports (§11.1).

Structs§

ParseOptions
Optional knobs for format parsers.
ParsedInput
One parsed input, ready for clustering.

Functions§

parse
Parse the input as the chosen format and locate the items array.
parse_with_columns
Parse input, optionally supplying column names for headerless CSV/TSV data.
parse_with_columns_and_options
Parse input with explicit delimited-column and detection options.