Uses of Class
com.helger.commons.csv.CSVParser
Packages that use CSVParser
-
Uses of CSVParser in com.helger.commons.csv
Methods in com.helger.commons.csv that return CSVParserModifier and TypeMethodDescriptionCSVReader.getParser()CSVParser.setEscapeChar(char cEscapeChar) Sets the character to use for escaping a separator or quote.CSVParser.setIgnoreLeadingWhiteSpace(boolean bIgnoreLeadingWhiteSpace) Sets the ignore leading whitespace setting - if true, white space in front of a quote in a field is ignored.CSVParser.setIgnoreQuotations(boolean bIgnoreQuotations) Sets the ignore quotations mode - iftrue, quotations are ignored.CSVParser.setQuoteChar(char cQuoteChar) Sets the character to use for quoted elements.CSVParser.setSeparatorChar(char cSeparator) Sets the delimiter to use for separating entries.CSVParser.setStrictQuotes(boolean bStrictQuotes) Sets the strict quotes setting - if true, characters outside the quotes are ignored.Constructors in com.helger.commons.csv with parameters of type CSVParser