public class LoadFileInputData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus
Modifier and Type | Field and Description |
---|---|
org.pentaho.di.core.row.RowMetaInterface |
convertRowMeta |
String |
extension |
org.apache.commons.vfs2.FileObject |
file |
String |
filecontent |
String |
filename |
int |
filenr |
org.pentaho.di.core.fileinput.FileInputList |
files |
long |
fileSize |
boolean |
hidden |
int |
indexOfFilenameField |
org.pentaho.di.core.row.RowMetaInterface |
inputRowMeta |
boolean |
last_file |
String |
lastline |
Date |
lastModificationDateTime |
String |
nextline |
int |
nr_repeats |
int |
nrInputFields |
org.pentaho.di.core.row.RowMetaInterface |
outputRowMeta |
String |
path |
Object[] |
previousRow |
Object[] |
readrow |
String |
rootUriName |
long |
rownr |
String |
shortFilename |
String |
thisline |
int |
totalpreviousfields |
String |
uriName |
Constructor and Description |
---|
LoadFileInputData() |
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatus
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatus
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
public org.pentaho.di.core.row.RowMetaInterface convertRowMeta
public String thisline
public String nextline
public String lastline
public Object[] previousRow
public int nr_repeats
public org.pentaho.di.core.fileinput.FileInputList files
public boolean last_file
public org.apache.commons.vfs2.FileObject file
public int filenr
public long rownr
public int indexOfFilenameField
public int totalpreviousfields
public int nrInputFields
public Object[] readrow
public String filecontent
public long fileSize
public org.pentaho.di.core.row.RowMetaInterface inputRowMeta
public String filename
public String shortFilename
public String path
public String extension
public boolean hidden
public Date lastModificationDateTime
public String uriName
public String rootUriName