Package com.opencsv
package com.opencsv
A very simple CSV parser for Java released under a commercial-friendly license.
- See Also:
-
ClassDescriptionThe purpose of the AbstractCSVParser is to consolidate the duplicate code amongst the parsers.The AbstractCSVWriter was created to prevent duplication of code between the CSVWriter and the CSVParserWriter classes.Provides an Iterator over the data found in opencsv.A very simple CSV parser released under a commercial-friendly license.This class serves to optimize
AbstractCSVParser.parseLine(java.lang.String)
, which is the hot inner loop of opencsv.Builder for creating a CSVParser.The CSVParserWriter is a replacement for the CSVWriter that allows you to pass in a ICSVParser to handle the task of converting a string array to a line of CSV data.A very simple CSV reader released under a commercial-friendly license.Base class for the builders of various incarnations of CSVReaders.Builder for creating aCSVReader
.Handy reader when there's insufficient motivation to use the bean binding but the header mapping is still desired.Builder forCSVReaderHeaderAware
.A very simple CSV writer released under a commercial-friendly license.Builder for creating the CSVWriter.This interface defines all of the behaviorCSVReader
needs from a parser to tokenize an input line for further processing.This interface defines all the behavior of a csv writer class.Helper class for processing JDBC ResultSet objects allowing the user to process a subset of columns and set custom header names.Interface for the ResultSetHelperService.Helper class for processing JDBC ResultSet objects.This Parser is meant to parse according to the RFC4180 specification.Builder for creating a RFC4180Parser.