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!
Thanks for the help!
Re: Thanks for the help!
PitStop Server could detect corrupt PDF files. But for zipped files, if you are on mac, you could use the command line tool with "zip" binary that has a "test" command:
zip -T filename.zip
https://ss64.com/mac/zip.html
For windows, you could try to find a similar tool.
zip -T filename.zip
https://ss64.com/mac/zip.html
For windows, you could try to find a similar tool.
Loïc Aigon
Enfocus PitStop Manager
Enfocus PitStop Manager
- tdeschampsBluewest
- Member
- Posts: 127
- Joined: Tue Jun 01, 2021 11:57 am
Re: Thanks for the help!
I believe that Winrar and 7zip have a such function
Code: Select all
"C:\Program Files\WinRAR\WinRAR.exe" t myfile.zip
Do you like the Enfocus Apps developed by Bluewest?
Feel free to leave a comment on the Appstore!
Feel free to leave a comment on the Appstore!