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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
DrGenious
Creator
Creator

Logs and components

Hello, 

I have a directory and I want when a file is created in it to start reading it. Also if this file is not schema compliant I want the whole job to stop and log errors to transferred into a file. If the file is ok I want to have a file with successful logs. Until now I created this. Can someone help me to improve it ? 

Labels (2)
2 Replies
manodwhb
Champion II
Champion II

@DrGenious ,you can use tSchemaComplianceCheck please check the below link.

 

https://help.talend.com/reader/NNO~fmVQU4rlkF9Depfdxw/JcdVwHBs7U9JF8Rclw7ScA

DrGenious
Creator
Creator
Author

tSchemaComplianceCheck is to check if it is compliant. I want to stop the job if its not compliant and also to have files with logs either if it is succeed or failed