writeCsv

fun writeCsv(csvRows: List<Array<String>>, resultCsvPath: String)

Thin CSV passthrough.

Parameters

csvRows

UTF‑8 cells; first row is treated as header by downstream consumers.

resultCsvPath

Output file path.