Uses of Class
com.opencsv.CSVReaderHeaderAwareBuilder
Packages that use CSVReaderHeaderAwareBuilder
Package
Description
A very simple CSV parser for Java released under a commercial-friendly license.
-
Uses of CSVReaderHeaderAwareBuilder in com.opencsv
Methods in com.opencsv that return CSVReaderHeaderAwareBuilderModifier and TypeMethodDescriptionCSVReaderHeaderAwareBuilder.withCSVParser
(ICSVParser icsvParser) Sets the parser to use to parse the input.CSVReaderHeaderAwareBuilder.withErrorLocale
(Locale errorLocale) Sets the locale for all error messages.CSVReaderHeaderAwareBuilder.withFieldAsNull
(CSVReaderNullFieldIndicator indicator) Checks to see if it should treat a field with two separators, two quotes, or both as a null field.CSVReaderHeaderAwareBuilder.withKeepCarriageReturn
(boolean keepCR) Sets if the reader will keep or discard carriage returns.CSVReaderHeaderAwareBuilder.withLineValidator
(LineValidator lineValidator) Adds aLineValidator
to theCSVReaderHeaderAware
.CSVReaderHeaderAwareBuilder.withMultilineLimit
(int multilineLimit) Sets the maximum number of lines allowed in a multiline record.CSVReaderHeaderAwareBuilder.withRowProcessor
(RowProcessor rowProcessor) Adds aRowProcessor
to theCSVReaderHeaderAware
.CSVReaderHeaderAwareBuilder.withRowValidator
(RowValidator rowValidator) Adds aRowValidator
to theCSVReaderHeaderAware
.CSVReaderHeaderAwareBuilder.withSkipLines
(int skipLines) Sets the number of lines to skip before reading.CSVReaderHeaderAwareBuilder.withVerifyReader
(boolean verifyReader) Checks to see if theCSVReaderHeaderAware
should verify the reader state before reads or not.