Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 ?
@DrGenious ,you can use tSchemaComplianceCheck please check the below link.
https://help.talend.com/reader/NNO~fmVQU4rlkF9Depfdxw/JcdVwHBs7U9JF8Rclw7ScA
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