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
ConstructorDescriptionRowDataInputMapper
(MappingIODefinition inputDefinition, RowProducer rowProducer) -
Method Summary
-
Constructor Details
-
RowDataInputMapper
-
-
Method Details
-
putRow
Attempts to put therow
onto the underlyingrowProducer
during its timeout period. Returnstrue
if the operation completed successfully andfalse
otherwise.- Parameters:
rowMeta
- input row's meta datarow
- input row- Returns:
true
if therow
was put successfully
-
finished
public void finished()
-