Class CsvFixtureParser

java.lang.Object
org.elasticsearch.xpack.esql.datasource.csv.CsvFixtureParser

public final class CsvFixtureParser extends Object
Standalone CSV parser for fixture generation. Parses CSV files with bracket-aware multi-value support, matching the behavior of CsvFormatReader.

Used by OrcFixtureGenerator and ParquetFixtureGenerator to read CSV fixtures with correct multi-value handling (e.g. [a,b,c] as a list, not just first element).

Minimal dependencies: only java.util, java.io, java.nio. No esql-core or server.