Interface IBaseFileInputStepControl

All Known Implementing Classes:
BaseFileInputStep, TextFileInput

public interface IBaseFileInputStepControl
Interface for some step operations required for parse input file.
  • Method Details

    • incrementLinesInput

      long incrementLinesInput()
    • getLinesWritten

      long getLinesWritten()
    • putRow

      void putRow(org.pentaho.di.core.row.RowMetaInterface rowMeta, Object[] row) throws org.pentaho.di.core.exception.KettleStepException
      Throws:
      org.pentaho.di.core.exception.KettleStepException
    • getLinesInput

      long getLinesInput()
    • checkFeedback

      boolean checkFeedback(long lines)
    • incrementLinesUpdated

      long incrementLinesUpdated()
    • failAfterBadFile

      boolean failAfterBadFile(String errorMsg)
    • stopAll

      void stopAll()
    • getErrors

      long getErrors()
    • setErrors

      void setErrors(long e)