Class RowDataInputMapper

java.lang.Object
org.pentaho.di.trans.steps.simplemapping.RowDataInputMapper

public class RowDataInputMapper extends Object
This class renamed fields in rows before passing them to the row producer specified
Author:
matt
  • Constructor Details

  • Method Details

    • putRow

      public boolean putRow(org.pentaho.di.core.row.RowMetaInterface rowMeta, Object[] row)
      Attempts to put the row onto the underlying rowProducer during its timeout period. Returns true if the operation completed successfully and false otherwise.
      Parameters:
      rowMeta - input row's meta data
      row - input row
      Returns:
      true if the row was put successfully
    • finished

      public void finished()