Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
We want to set parameter value during run time & use it in sub job, but its not working in big data job. Any clean way to do it ?
Hi,
what's your tJavaRow code please ?
and the configuration of your tFixedFlowInput ?
(sorry can't download your .zip in my work place)
SGV
tJavaRow Code:
context.new1 = input.t1;
output.t1=context.new1;