Package io.github.kotools.csv.reader
Types
Functions
csvReader
Link copied to clipboard
Returns the file's records as a given type T according to the given configuration or throws an IllegalStateException when:
csvReaderAsync
Link copied to clipboard
Returns the file's records as a given type Tasynchronously according to the given configuration or throws IllegalStateException when:
csvReaderOrNull
Link copied to clipboard
Returns the file's records as a given type T according to the given configuration or returns null
when:
csvReaderOrNullAsync
Link copied to clipboard
Returns the file's records as a given type Tasynchronously according to the given configuration or returns null
when: