Module com.github.hazendaz.parent
Package org.csveed.api
package org.csveed.api
The main interface of interaction with CSVeed for a developer. The most important interface here is
CsvClient
which if a Facade for both BeanReader
and
RowReader
. There should be no need for accessing those two directly, although it is possible.-
ClassDescriptionCsvClient<T>The CsvClient is responsible for reading/writing CSV rows and converting those into beans/rows.The Class CsvClientImpl.The original header of the CSV file.A Row is a line of content read from the CSV file.