Uses of Class
com.helger.commons.csv.CSVReader
Packages that use CSVReader
-
Uses of CSVReader in com.helger.commons.csv
Methods in com.helger.commons.csv that return CSVReaderModifier and TypeMethodDescriptionCSVReader.setEscapeChar(char cEscapeChar) Sets the character to use for escaping a separator or quote.CSVReader.setIgnoreLeadingWhiteSpace(boolean bIgnoreLeadingWhiteSpace) Sets the ignore leading whitespace setting - if true, white space in front of a quote in a field is ignored.CSVReader.setIgnoreQuotations(boolean bIgnoreQuotations) Sets the ignore quotations mode - iftrue, quotations are ignored.CSVReader.setQuoteChar(char cQuoteChar) Sets the character to use for quoted elements.CSVReader.setSeparatorChar(char cSeparator) Sets the delimiter to use for separating entries.CSVReader.setSkipLines(int nSkipLines) Sets the line number to skip for start reading.CSVReader.setStrictQuotes(boolean bStrictQuotes) Sets the strict quotes setting - if true, characters outside the quotes are ignored.CSVReader.setVerifyReader(boolean bVerifyReader) Checks to see if the CSVReader should verify the reader state before reads or not.Constructors in com.helger.commons.csv with parameters of type CSVReader