public class CSVLineProcessorTimeSeries extends CSVAbstractLineProcessor
| Modifier and Type | Field and Description |
|---|---|
ArrayList<ArrayList<String>> |
firstColumns |
colNames, separator, sqlTypes| Constructor and Description |
|---|
CSVLineProcessorTimeSeries(String separator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
continueProcessing() |
String |
formatRowWithText(String row,
String separator) |
File |
getFile() |
static String |
getSqlType(ArrayList<String> values) |
void |
getWellFormaFile(File f,
int indexTime) |
boolean |
isTimeFound() |
void |
processDataLine(int arg0,
List<String> fields) |
addSqlType, formattedString, getColsName, getSqlType, processHeaderLinepublic CSVLineProcessorTimeSeries(String separator) throws IOException
IOExceptionpublic boolean continueProcessing()
public void processDataLine(int arg0,
List<String> fields)
processDataLine in interface net.sf.csv4j.CSVLineProcessorprocessDataLine in class CSVAbstractLineProcessorpublic void getWellFormaFile(File f, int indexTime) throws IOException
IOExceptionpublic boolean isTimeFound()
public File getFile()
Copyright © 2016. All Rights Reserved.