public abstract class CsvApiBase
extends io.github.tuzon.projects.core.base.ObjectBase
| Modifier and Type | Field and Description |
|---|---|
static char |
CELLS_DEFAULT_SPLITTER |
protected char |
cellsSplitter |
protected List<List<String>> |
csvRows |
protected String |
filePath |
protected List<String> |
headerList |
| Modifier | Constructor and Description |
|---|---|
protected |
CsvApiBase(String filePath,
char cellsSplitter)
Constructor.
|
public static final char CELLS_DEFAULT_SPLITTER
protected final String filePath
protected final char cellsSplitter
protected CsvApiBase(String filePath, char cellsSplitter)
filePath - CSV file path.cellsSplitter - Cells Splitter char.Copyright © 2019. All rights reserved.