writeCsv

fun writeCsv(data: List<Array<String>>, resultPath: String)

Write a full CSV table with OpenCSV (header + rows).

Parameters

data

Rows including header as the first element.

resultPath

Destination CSV path.