writeTable

fun writeTable(rows: List<Array<String>>, outPath: String)

Write a header‑driven UTF‑8 table to Parquet.

  • Header cells are sanitized and deduplicated.

  • Data cells: numeric‑looking values formatted with 6 decimals.

  • Respects -Dnbs.parquet.enabled.

Parameters

rows

Rows including header (first element).

outPath

Destination Parquet path.