Hello,
I'm trying to find a way to detect the corrupt file (like PDF or ZIP) in my flows.
I often have jobs that are catched in my flows before the complete copy on the disk.
All of this jobs are send to problem jobs and I receive many fail messages just because of that.
Is it possible to detect and ignore this files with an app or with variables ?
Thanks for the help !
I'm trying to find a way to detect the corrupt file
Re: I'm trying to find a way to detect the corrupt file
Have you tried using a "file lock" check or CRC/checksum check before processing? I'm curious if there are any solutions you've tried that didn't work so we can analyze them further?