toCsvPrinterWithHeader

fun ObjectType.toCsvPrinterWithHeader(outputStream: OutputStream, csvSettings: CSVFormat = CSVFormat.DEFAULT.withQuoteMode(QuoteMode.NON_NUMERIC)): CSVPrinter