In Kettle I have two steps with different meta layout that send data to a common User Defined Java Class that acts as data collector (see the following picture for reference).
The output rows sent by the to steps have different metadata. However, the User Defined Java Class always sees the metadata of the first row arrived as getInputRowMeta()
always return the same information.
Is any method available for getting (refreshed) information about the metadata of the specific row returned by getRow()
?