Hi,
In processRow there is line to initialize outputRowMeta
data.outputRowMeta = getInputRowMeta().clone();
This works for example addXLM
In my project getInputRowMeta().clone() returns null.
I guess that this is because there are multiple input steps, all with
a different field layout.
Can someone explain where the initialization of InputRowMeta is
supposed to happen and how i can fetch the InputRowMeta of inputstep x.
--
You received this message because you are subscribed to the Google Groups "kettle-developers" group.
To post to this group, send email to kettle-developers (AT) googlegroups (DOT) com.
To unsubscribe from this group, send email to kettle-developers+unsubscribe (AT) g...oups (DOT) com.
For more options, visit this group at http://groups.google.com/group/kettle-developers?hl=en.