Uses of Class
org.apache.commons.csv.CSVRecord
-
Uses of CSVRecord in org.apache.commons.csv
Modifier and TypeMethodDescriptionCSVParser.getRecords()
Parses the CSV input according to the given format and returns the content as a list ofCSVRecords
.CSVParser.iterator()
Returns the record iterator.CSVParser.stream()
Returns a sequentialStream
with this collection as its source.