Package org.pentaho.di.trans.steps.file
Class BaseFileInputStepData
java.lang.Object
org.pentaho.di.trans.step.BaseStepData
org.pentaho.di.trans.steps.file.BaseFileInputStepData
- All Implemented Interfaces:
StepDataInterface
- Direct Known Subclasses:
TextFileInputData
Some base data for file-based input steps.
- Author:
- Alexander Buloichik
-
Nested Class Summary
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus
-
Field Summary
FieldsModifier and TypeFieldDescriptionorg.pentaho.di.core.row.RowMetaInterface
int
Object[]
org.apache.commons.vfs2.FileObject
Current file info.org.pentaho.di.core.fileinput.FileInputList
Files for process.boolean
int
int
org.pentaho.di.core.row.RowMetaInterface
Reader for current file.File-dependent data for fill additional fields. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.pentaho.di.trans.step.BaseStepData
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatus
-
Field Details
-
dataErrorLineHandler
-
files
public org.pentaho.di.core.fileinput.FileInputList filesFiles for process. -
filename
Current file info. -
currentFileIndex
public int currentFileIndex -
file
public org.apache.commons.vfs2.FileObject file -
reader
Reader for current file. -
outputRowMeta
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta -
passThruFields
-
currentPassThruFieldsRow
-
nrPassThruFields
public int nrPassThruFields -
convertRowMeta
public org.pentaho.di.core.row.RowMetaInterface convertRowMeta -
nr_repeats
public int nr_repeats -
rejectedFiles
-
shortFilename
File-dependent data for fill additional fields. -
path
-
extension
-
lastModificationDateTime
-
uriName
-
rootUriName
-
size
-
-
Constructor Details
-
BaseFileInputStepData
public BaseFileInputStepData()
-