Rajesh
Rajesh

Reputation: 1620

Write the Statistics of the Job run to Text file in Talend

I am trying to get the whole statistics of the Job Run like below and write it in a Text file

enter image description here

Anyone please guide me how to take this statistics, as I am running manually now

Upvotes: 0

Views: 159

Answers (1)

Ibrahim Mezouar
Ibrahim Mezouar

Reputation: 4051

You can do it like this:
enter image description here

Use tWarn to log start and end of job events. Under the Job tab, go to Stats & Logs; check 'Use logs" and then "On Files" option, and specify the filepath and filename of the log file.
Make sur all the catch options are checked (they are checked by default)

Upvotes: 1

Related Questions