Class TextFileInputData
- java.lang.Object
-
- org.pentaho.di.trans.step.BaseStepData
-
- org.pentaho.di.trans.steps.textfileinput.TextFileInputData
-
- All Implemented Interfaces:
StepDataInterface
@Deprecated public class TextFileInputData extends BaseStepData implements 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
Fields Modifier and Type Field Description boolean
addExtension
Deprecated.boolean
addIsHidden
Deprecated.boolean
addLastModificationDate
Deprecated.boolean
addPath
Deprecated.boolean
addRootUri
Deprecated.boolean
addShortFilename
Deprecated.boolean
addSize
Deprecated.boolean
addUri
Deprecated.org.pentaho.di.core.row.RowMetaInterface
convertRowMeta
Deprecated.Object[]
currentPassThruFieldsRow
Deprecated.FileErrorHandler
dataErrorLineHandler
Deprecated.boolean
doneReading
Deprecated.boolean
doneWithHeader
Deprecated.String
enclosure
Deprecated.EncodingType
encodingType
Deprecated.String
escapeCharacter
Deprecated.String
extension
Deprecated.org.apache.commons.vfs2.FileObject
file
Deprecated.int
fileFormatType
Deprecated.String
filename
Deprecated.int
filenr
Deprecated.FilePlayList
filePlayList
Deprecated.int
fileType
Deprecated.TextFileFilterProcessor
filterProcessor
Deprecated.int
footerLinesRead
Deprecated.int
headerLinesRead
Deprecated.boolean
hidden
Deprecated.CompressionInputStream
in
Deprecated.boolean
isLastFile
Deprecated.InputStreamReader
isr
Deprecated.Date
lastModificationDateTime
Deprecated.List<TextFileLine>
lineBuffer
Deprecated.int
lineInFile
Deprecated.StringBuilder
lineStringBuilder
Deprecated.int
nr_repeats
Deprecated.int
nrLinesOnPage
Deprecated.int
nrPassThruFields
Deprecated.org.pentaho.di.core.row.RowMetaInterface
outputRowMeta
Deprecated.int
pageLinesRead
Deprecated.HashMap<org.apache.commons.vfs2.FileObject,Object[]>
passThruFields
Deprecated.String
path
Deprecated.Object[]
previous_row
Deprecated.Map<String,Boolean>
rejectedFiles
Deprecated.String
rootUriName
Deprecated.org.pentaho.di.core.RowSet
rowSet
Deprecated.String
separator
Deprecated.The separator (delimiter)String
shortFilename
Deprecated.long
size
Deprecated.String
uriName
Deprecated.
-
Constructor Summary
Constructors Constructor Description TextFileInputData()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.pentaho.di.core.fileinput.FileInputList
getFiles()
Deprecated.void
setFiles(org.pentaho.di.core.fileinput.FileInputList files)
Deprecated.-
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 Detail
-
lineBuffer
public List<TextFileLine> lineBuffer
Deprecated.
-
previous_row
public Object[] previous_row
Deprecated.
-
nr_repeats
public int nr_repeats
Deprecated.
-
nrLinesOnPage
public int nrLinesOnPage
Deprecated.
-
passThruFields
public HashMap<org.apache.commons.vfs2.FileObject,Object[]> passThruFields
Deprecated.
-
currentPassThruFieldsRow
public Object[] currentPassThruFieldsRow
Deprecated.
-
nrPassThruFields
public int nrPassThruFields
Deprecated.
-
isLastFile
public boolean isLastFile
Deprecated.
-
filename
public String filename
Deprecated.
-
lineInFile
public int lineInFile
Deprecated.
-
file
public org.apache.commons.vfs2.FileObject file
Deprecated.
-
filenr
public int filenr
Deprecated.
-
in
public CompressionInputStream in
Deprecated.
-
isr
public InputStreamReader isr
Deprecated.
-
doneReading
public boolean doneReading
Deprecated.
-
headerLinesRead
public int headerLinesRead
Deprecated.
-
footerLinesRead
public int footerLinesRead
Deprecated.
-
pageLinesRead
public int pageLinesRead
Deprecated.
-
doneWithHeader
public boolean doneWithHeader
Deprecated.
-
dataErrorLineHandler
public FileErrorHandler dataErrorLineHandler
Deprecated.
-
filePlayList
public FilePlayList filePlayList
Deprecated.
-
filterProcessor
public TextFileFilterProcessor filterProcessor
Deprecated.
-
outputRowMeta
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
Deprecated.
-
lineStringBuilder
public StringBuilder lineStringBuilder
Deprecated.
-
fileFormatType
public int fileFormatType
Deprecated.
-
fileType
public int fileType
Deprecated.
-
convertRowMeta
public org.pentaho.di.core.row.RowMetaInterface convertRowMeta
Deprecated.
-
rowSet
public org.pentaho.di.core.RowSet rowSet
Deprecated.
-
separator
public String separator
Deprecated.The separator (delimiter)
-
enclosure
public String enclosure
Deprecated.
-
escapeCharacter
public String escapeCharacter
Deprecated.
-
addShortFilename
public boolean addShortFilename
Deprecated.
-
addExtension
public boolean addExtension
Deprecated.
-
addPath
public boolean addPath
Deprecated.
-
addSize
public boolean addSize
Deprecated.
-
addIsHidden
public boolean addIsHidden
Deprecated.
-
addLastModificationDate
public boolean addLastModificationDate
Deprecated.
-
addUri
public boolean addUri
Deprecated.
-
addRootUri
public boolean addRootUri
Deprecated.
-
shortFilename
public String shortFilename
Deprecated.
-
path
public String path
Deprecated.
-
extension
public String extension
Deprecated.
-
hidden
public boolean hidden
Deprecated.
-
lastModificationDateTime
public Date lastModificationDateTime
Deprecated.
-
uriName
public String uriName
Deprecated.
-
rootUriName
public String rootUriName
Deprecated.
-
size
public long size
Deprecated.
-
encodingType
public EncodingType encodingType
Deprecated.
-
-