Class GetFilesRowsCountData

java.lang.Object
org.pentaho.di.trans.step.BaseStepData
org.pentaho.di.trans.steps.getfilesrowscount.GetFilesRowsCountData
All Implemented Interfaces:
StepDataInterface

public class GetFilesRowsCountData extends BaseStepData implements StepDataInterface
Since:
06-Sept-2007
Author:
Samatar Hassan
  • Field Details

    • thisline

      public String thisline
    • outputRowMeta

      public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
    • convertRowMeta

      public org.pentaho.di.core.row.RowMetaInterface convertRowMeta
    • previousRow

      public Object[] previousRow
    • 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 long filenr
    • fr

      public InputStream fr
    • rownr

      public long rownr
    • fileFormatType

      public int fileFormatType
    • lineStringBuilder

      public StringBuilder lineStringBuilder
    • totalpreviousfields

      public int totalpreviousfields
    • indexOfFilenameField

      public int indexOfFilenameField
    • readrow

      public Object[] readrow
    • inputRowMeta

      public org.pentaho.di.core.row.RowMetaInterface inputRowMeta
    • separator

      public char separator
    • foundData

      public boolean foundData
  • Constructor Details

    • GetFilesRowsCountData

      public GetFilesRowsCountData()