org.pentaho.di.trans.steps.textfileinput
Class TextFileInputData
java.lang.Object
org.pentaho.di.trans.step.BaseStepData
org.pentaho.di.trans.steps.textfileinput.TextFileInputData
- All Implemented Interfaces:
- StepDataInterface
public class TextFileInputData
- extends BaseStepData
- implements StepDataInterface
- Since:
- 22-jan-2005
- Author:
- Matt
lineBuffer
public List<TextFileLine> lineBuffer
previous_row
public Object[] previous_row
nr_repeats
public int nr_repeats
nrLinesOnPage
public int nrLinesOnPage
files
public org.pentaho.di.core.fileinput.FileInputList files
passThruFields
public HashMap<org.apache.commons.vfs.FileObject,Object[]> passThruFields
currentPassThruFieldsRow
public Object[] currentPassThruFieldsRow
nrPassThruFields
public int nrPassThruFields
isLastFile
public boolean isLastFile
filename
public String filename
lineInFile
public int lineInFile
file
public org.apache.commons.vfs.FileObject file
filenr
public int filenr
fr
public InputStream fr
zi
public ZipInputStream zi
gzi
public GZIPInputStream gzi
isr
public InputStreamReader isr
doneReading
public boolean doneReading
headerLinesRead
public int headerLinesRead
footerLinesRead
public int footerLinesRead
pageLinesRead
public int pageLinesRead
doneWithHeader
public boolean doneWithHeader
dataErrorLineHandler
public FileErrorHandler dataErrorLineHandler
filePlayList
public FilePlayList filePlayList
filterProcessor
public TextFileFilterProcessor filterProcessor
outputRowMeta
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
lineStringBuilder
public StringBuilder lineStringBuilder
fileFormatType
public int fileFormatType
fileType
public int fileType
convertRowMeta
public org.pentaho.di.core.row.RowMetaInterface convertRowMeta
rowSet
public org.pentaho.di.core.RowSet rowSet
TextFileInputData
public TextFileInputData()