Class TextFileInputData
java.lang.Object
org.pentaho.di.trans.step.BaseStepData
org.pentaho.di.trans.steps.textfileinput.TextFileInputData
- All Implemented Interfaces:
StepDataInterface
Deprecated.
replaced by implementation in the ...steps.fileinput.text package
- Since:
- 22-jan-2005
- Author:
- Matt
-
Nested Class Summary
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus
-
Field Summary
Modifier and TypeFieldDescriptionboolean
Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.org.pentaho.di.core.row.RowMetaInterface
Deprecated.Object[]
Deprecated.Deprecated.boolean
Deprecated.boolean
Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.org.apache.commons.vfs2.FileObject
Deprecated.int
Deprecated.Deprecated.int
Deprecated.Deprecated.int
Deprecated.Deprecated.int
Deprecated.int
Deprecated.boolean
Deprecated.Deprecated.boolean
Deprecated.Deprecated.Deprecated.Deprecated.int
Deprecated.Deprecated.int
Deprecated.int
Deprecated.int
Deprecated.org.pentaho.di.core.row.RowMetaInterface
Deprecated.int
Deprecated.Deprecated.Deprecated.Object[]
Deprecated.Deprecated.Deprecated.org.pentaho.di.core.RowSet
Deprecated.Deprecated.The separator (delimiter)Deprecated.long
Deprecated.Deprecated. -
Constructor Summary
-
Method Summary
Methods inherited from class org.pentaho.di.trans.step.BaseStepData
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatus
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.pentaho.di.trans.step.StepDataInterface
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatus
-
Field Details
-
lineBuffer
Deprecated. -
previous_row
Deprecated. -
nr_repeats
public int nr_repeatsDeprecated. -
nrLinesOnPage
public int nrLinesOnPageDeprecated. -
passThruFields
Deprecated. -
currentPassThruFieldsRow
Deprecated. -
nrPassThruFields
public int nrPassThruFieldsDeprecated. -
isLastFile
public boolean isLastFileDeprecated. -
filename
Deprecated. -
lineInFile
public int lineInFileDeprecated. -
file
public org.apache.commons.vfs2.FileObject fileDeprecated. -
filenr
public int filenrDeprecated. -
in
Deprecated. -
isr
Deprecated. -
doneReading
public boolean doneReadingDeprecated. -
headerLinesRead
public int headerLinesReadDeprecated. -
pageLinesRead
public int pageLinesReadDeprecated. -
doneWithHeader
public boolean doneWithHeaderDeprecated. -
dataErrorLineHandler
Deprecated. -
filePlayList
Deprecated. -
filterProcessor
Deprecated. -
outputRowMeta
public org.pentaho.di.core.row.RowMetaInterface outputRowMetaDeprecated. -
lineStringBuilder
Deprecated. -
fileFormatType
public int fileFormatTypeDeprecated. -
fileType
public int fileTypeDeprecated. -
convertRowMeta
public org.pentaho.di.core.row.RowMetaInterface convertRowMetaDeprecated. -
rowSet
public org.pentaho.di.core.RowSet rowSetDeprecated. -
separator
Deprecated.The separator (delimiter) -
enclosure
Deprecated. -
escapeCharacter
Deprecated. -
addShortFilename
public boolean addShortFilenameDeprecated. -
addExtension
public boolean addExtensionDeprecated. -
addPath
public boolean addPathDeprecated. -
addSize
public boolean addSizeDeprecated. -
addIsHidden
public boolean addIsHiddenDeprecated. -
addLastModificationDate
public boolean addLastModificationDateDeprecated. -
addUri
public boolean addUriDeprecated. -
addRootUri
public boolean addRootUriDeprecated. -
shortFilename
Deprecated. -
path
Deprecated. -
extension
Deprecated. -
lastModificationDateTime
Deprecated. -
uriName
Deprecated. -
rootUriName
Deprecated. -
size
public long sizeDeprecated. -
encodingType
Deprecated. -
rejectedFiles
Deprecated.
-
-
Constructor Details
-
TextFileInputData
public TextFileInputData()Deprecated.
-
-
Method Details
-
getFiles
public org.pentaho.di.core.fileinput.FileInputList getFiles()Deprecated. -
setFiles
public void setFiles(org.pentaho.di.core.fileinput.FileInputList files) Deprecated.
-