Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I have job to check bad files( having wrong format)
tfilelist---->tfileinputdelimited---->tschemacompliancecheck---->tmap---->tmysqloutput---->tfilecolpy---->tsendmail
I have list of files in tfilelist directory. Where file stores in .csv format. And I'm converting files into .csv.bad format if it doesnt match with the criteria set in tschemacompliancecheck.
All is working fine, wrong files are being rejected and converted from csv to .csv.bad. At the same time am sending an email for rejected file.
Problem is if there are 5 bad files am getting 5 mails, Is there any way so that I could get one mail for currently all rejected files.
Any help or suggestion ?