Class RowDataInputMapper
java.lang.Object
org.pentaho.di.trans.steps.simplemapping.RowDataInputMapper
This class renamed fields in rows before passing them to the row producer specified
- Author:
- matt
-
Constructor Summary
ConstructorsConstructorDescriptionRowDataInputMapper(MappingIODefinition inputDefinition, RowProducer rowProducer) -
Method Summary
-
Constructor Details
-
RowDataInputMapper
-
-
Method Details
-
putRow
Attempts to put therowonto the underlyingrowProducerduring its timeout period. Returnstrueif the operation completed successfully andfalseotherwise.- Parameters:
rowMeta- input row's meta datarow- input row- Returns:
trueif therowwas put successfully
-
finished
public void finished()
-