Package-level declarations
Types
Link copied to clipboard
class CsvDecoder(csvFormat: CSVFormat = CSVFormat.Builder.create().setRecordSeparator("\n").setHeader().build())
Functions
Link copied to clipboard
fun ObjectType.toCsvPrinterWithHeader(outputStream: OutputStream, csvSettings: CSVFormat = CSVFormat.DEFAULT.withQuoteMode(QuoteMode.NON_NUMERIC)): CSVPrinter