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§
- Parse
Options - Optional knobs for format parsers.
- Parsed
Input - 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.