I just ran my first File Structures report, and it found a lot of issues with files not being their valid types ("2370 suspected files found out of 53232 total files checked.")
I'd like to programmatically do some things with the items in that report; however, my options are Print (which gives me, at best, a pdf) and Save (which gives me a .webarchive file).
It would be really awesome if in addition to the current formats, it came with a simpler, more programatically-readable option for saving at least the File Structures Report (maybe others too, though all others passed so I'm not familiar with what a failed report might show). .csv might be ideal, with fields for "MESSAGE","FILENAME."
I'm working around by copy-pasting the output into a text file, but I still have to go through and convert multiple lines into single lines, and look for exceptions.
I'd like to programmatically do some things with the items in that report; however, my options are Print (which gives me, at best, a pdf) and Save (which gives me a .webarchive file).
It would be really awesome if in addition to the current formats, it came with a simpler, more programatically-readable option for saving at least the File Structures Report (maybe others too, though all others passed so I'm not familiar with what a failed report might show). .csv might be ideal, with fields for "MESSAGE","FILENAME."
I'm working around by copy-pasting the output into a text file, but I still have to go through and convert multiple lines into single lines, and look for exceptions.