Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

Log

Hi,
I'm a beginner with Talend and I have a question thatI can't get over:
i have a main job that calls many subjobs.
I want to write only a log file that count the record inserted and updated in every subjob. One row of log for every subjob. 
How can I do this?
Thanks  in advance
Claudio
Labels (2)
1 Reply
Anonymous
Not applicable

Hello,
Components like tOracleRow and tMysqlOutput creates global variables that holds the number of line inserted/updated/deleted.
You can return this variable to your main job using a tBufferOutput as shown in the screenshot below.
Then in your main job select the option "Copy Child Job Schema" to retrieve the variable that the subjob returns.
0683p000009MD7L.png