Hi all, In my job has four context variables. I will assign the value for the context variables When I execute the job . Now I am logging job flows into the file using tstatcatcher component, Now I need to log the context variable values into the file.
How to log the context variables value into file?? Please guide me in this... Thanks Ayyandurai
Hi Here is the normal way for saving context variables into a file. tFixFlowInput--main-->tFileOutputDelimited Let's say we have a context variable called context.new1. In the 'Values' of tFixFlowInput, you can type context.new1 for a String column. Regards, Pedro