Uses of Class
org.apache.commons.csv.CSVParser.Builder
-
Uses of CSVParser.Builder in org.apache.commons.csv
Modifier and TypeMethodDescriptionstatic CSVParser.Builder
CSVParser.builder()
Creates a new builder.CSVParser.Builder.setCharacterOffset
(long characterOffset) Sets the lexer offset when the parser does not start parsing at the beginning of the source.Sets the CSV format.CSVParser.Builder.setRecordNumber
(long recordNumber) Sets the next record number to assign, defaults to1
.CSVParser.Builder.setTrackBytes
(boolean trackBytes) Sets whether to enable byte tracking for the parser.