Class LoadFileInputData
java.lang.Object
org.pentaho.di.trans.step.BaseStepData
org.pentaho.di.trans.steps.loadfileinput.LoadFileInputData
- All Implemented Interfaces:
StepDataInterface
- Since:
- 21-06-2007
- Author:
- Samatar
-
Nested Class Summary
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus
-
Field Summary
Modifier and TypeFieldDescriptionorg.pentaho.di.core.row.RowMetaInterface
org.apache.commons.vfs2.FileObject
byte[]
int
org.pentaho.di.core.fileinput.FileInputList
long
boolean
int
org.pentaho.di.core.row.RowMetaInterface
boolean
int
int
org.pentaho.di.core.row.RowMetaInterface
Object[]
Object[]
long
int
-
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
-
outputRowMeta
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta -
convertRowMeta
public org.pentaho.di.core.row.RowMetaInterface convertRowMeta -
thisline
-
nextline
-
lastline
-
previousRow
-
nr_repeats
public int nr_repeats -
files
public org.pentaho.di.core.fileinput.FileInputList files -
last_file
public boolean last_file -
file
public org.apache.commons.vfs2.FileObject file -
filenr
public int filenr -
rownr
public long rownr -
indexOfFilenameField
public int indexOfFilenameField -
totalpreviousfields
public int totalpreviousfields -
nrInputFields
public int nrInputFields -
readrow
-
filecontent
public byte[] filecontent -
fileSize
public long fileSize -
inputRowMeta
public org.pentaho.di.core.row.RowMetaInterface inputRowMeta -
filename
-
shortFilename
-
path
-
extension
-
lastModificationDateTime
-
uriName
-
rootUriName
-
-
Constructor Details
-
LoadFileInputData
public LoadFileInputData()
-