public class GetFilesRowsCountData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus
Modifier and Type | Field and Description |
---|---|
org.pentaho.di.core.row.RowMetaInterface |
convertRowMeta |
org.apache.commons.vfs2.FileObject |
file |
int |
fileFormatType |
long |
filenr |
org.pentaho.di.core.fileinput.FileInputList |
files |
boolean |
foundData |
InputStream |
fr |
int |
indexOfFilenameField |
org.pentaho.di.core.row.RowMetaInterface |
inputRowMeta |
boolean |
last_file |
StringBuilder |
lineStringBuilder |
org.pentaho.di.core.row.RowMetaInterface |
outputRowMeta |
Object[] |
previousRow |
Object[] |
readrow |
long |
rownr |
char |
separator |
String |
thisline |
int |
totalpreviousfields |
Constructor and Description |
---|
GetFilesRowsCountData() |
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 String thisline
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
public org.pentaho.di.core.row.RowMetaInterface convertRowMeta
public Object[] previousRow
public org.pentaho.di.core.fileinput.FileInputList files
public boolean last_file
public org.apache.commons.vfs2.FileObject file
public long filenr
public InputStream fr
public long rownr
public int fileFormatType
public StringBuilder lineStringBuilder
public int totalpreviousfields
public int indexOfFilenameField
public Object[] readrow
public org.pentaho.di.core.row.RowMetaInterface inputRowMeta
public char separator
public boolean foundData