writeCsvToTickets

open override fun writeCsvToTickets(filename: String, rows: List<List<String>>): File

Writes a list of rows to a CSV file in the "Tickets" directory.

Return

The File object representing the created CSV file.

Parameters

filename

The name of the file to be created.

rows

The data to be written, structured as a list of string lists.