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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Logging

0683p000009M3iE.png

 

Hi! Is there any alternative way that I can capture these job details and put it in a .csv file rather than viewing it in the activity monitoring console? 

 

I am trying to explore tStatCatcher component but it gives me two rows in a single job run. I want it to be a single row only and with the same schema as the picture above. Many thanks.

Labels (4)
2 Replies
Anonymous
Not applicable
Author

Hi,

 

    If you are using a database, the most easy way is to run a select query for the underlying table from the database and then output it to a csv file using a Talend job itself.

 

     You can also give file path as the target for AMC but I would not recommend to use files for long term storage even though theoretically its possible to use AMC in that manner. The reason is that files are more prone to get corrupt compared to DB.

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

 

 

David_Beaty
Specialist
Specialist

Hi,

 

Have a look at the option available in the File->Edit Project Properties->Job Settings->Stats & Logs. You can enable the various logs, stats & meter to a file. You can even put the path as a context variable as well as part of the file name/path.