Module com.github.hazendaz.parent
Package org.csveed.row
package org.csveed.row
The package responsible for converting a group of tokens into Header and Rows. In here you will find ways to read
lines from the tokenizer and convert those either to a Header or a Row.
-
ClassDescriptionThe Class CellPositionInRow.The Class HeaderImpl.The Interface Line.The Class LineWithInfo.The Class RowImpl.These instructions are used to power the
RowReader
.The Class RowInstructionsImpl.LineReaders reads rows from the CSV file and returns those all at once, or one by one if desired.Builds up a List of cells (String) per read row.The Interface RowWriter.The Class RowWriterImpl.