Class TextFileInputData
java.lang.Object
org.pentaho.di.trans.step.BaseStepData
org.pentaho.di.trans.steps.file.BaseFileInputStepData
org.pentaho.di.trans.steps.fileinput.text.TextFileInputData
- All Implemented Interfaces:
- StepDataInterface
- Since:
- 22-jan-2005
- Author:
- Matt
- 
Nested Class SummaryNested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepDataBaseStepData.StepExecutionStatus
- 
Field SummaryFieldsModifier and TypeFieldDescriptionbooleanbooleanintintintintintintObject[]The separator (delimiter)Fields inherited from class org.pentaho.di.trans.steps.file.BaseFileInputStepDataconvertRowMeta, currentFileIndex, currentPassThruFieldsRow, dataErrorLineHandler, extension, file, filename, files, hidden, lastModificationDateTime, nr_repeats, nrPassThruFields, outputRowMeta, passThruFields, path, reader, rejectedFiles, rootUriName, shortFilename, size, uriName
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.pentaho.di.trans.step.BaseStepDatagetStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatus
- 
Field Details- 
lineBuffer
- 
previous_row
- 
nrLinesOnPagepublic int nrLinesOnPage
- 
doneReadingpublic boolean doneReading
- 
headerLinesReadpublic int headerLinesRead
- 
pageLinesReadpublic int pageLinesRead
- 
doneWithHeaderpublic boolean doneWithHeader
- 
filePlayList
- 
filterProcessor
- 
lineStringBuilder
- 
fileFormatTypepublic int fileFormatType
- 
fileTypepublic int fileType
- 
separatorThe separator (delimiter)
- 
enclosure
- 
escapeCharacter
- 
encodingType
 
- 
- 
Constructor Details- 
TextFileInputDatapublic TextFileInputData()
 
-