Package io.github.kotools.csv.writer
Types
Functions
csvWriter
Link copied to clipboard
Writes records as a given type T in a CSV file according to the given configuration or throws an IllegalStateException when:
csvWriterAsync
Link copied to clipboard
Writes records as a given type T in a CSV file asynchronously according to the given configuration or throws an IllegalStateException when:
csvWriterOrNull
Link copied to clipboard
Writes records as a given type T in a CSV file according to the given configuration or returns null
when:
csvWriterOrNullAsync
Link copied to clipboard
Writes records as a given type T in a CSV file asynchronously according to the given configuration or returns null
when: