public class CSVLineProcessorOcc extends CSVAbstractLineProcessor
| Modifier and Type | Field and Description |
|---|---|
ArrayList<ArrayList<String>> |
firstColumns |
colNames, separator, sqlTypes| Constructor and Description |
|---|
CSVLineProcessorOcc(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) |
void |
processDataLine(int arg0,
List<String> fields) |
addSqlType, formattedString, getColsName, getSqlType, processHeaderLinepublic CSVLineProcessorOcc(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) throws IOException
IOExceptionpublic File getFile()
Copyright © 2016. All Rights Reserved.