public class TSVReader extends CSVReader
IS_READY, IS_SET_UP| Constructor and Description |
|---|
TSVReader() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
fileTypeAccepted(File inputfile)
Test, whether the file can potentially be read by this reader.
|
protected String |
getSeparator()
Get the column separator used in this reader
|
IDAREWorkbook |
readData(File inputfile)
Read an input File and create an IDARE compatible Workbook structure.
|
getSetupTask, resetReadergetStatusMessage, reset, setStatusMessagepublic IDAREWorkbook readData(File inputfile) throws WrongFormat, IOException
IDAREDatasetReaderreadData in class CSVReaderinputfile - the file to read.WrongFormat - If the format cannot be read by this Reader, or if the file provided is not the file the reader was set up for.IOException - If there are problems with the IO of the filepublic boolean fileTypeAccepted(File inputfile)
IDAREDatasetReaderfileTypeAccepted in class CSVReaderinputfile - The file to checkprotected String getSeparator()
CSVReadergetSeparator in class CSVReaderCopyright © 2018. All rights reserved.