Skip to main content

I am trying to read in some pdfs, unfortunately when the pdf reader fails to open the pdf (if say it is corrupt) the workbench stops:

2019-03-07 15:40:24| 391.6| 0.0|FATAL |PDF Reader: Failed to open document '\\xxxx.pdf' because the file is not in PDF format, or because it is corrupted

I have set the workbench to ignore failed readers and continue transaction is setup under the Rejected feature handling.

Is there any way I can keep it running?

Thank you

Oliver

 

 

You can wrap your workspace in a second workspace that uses the WorkspaceRunner transformer, passing the PDF filename as a published parameter.


Will give that a spin. Thank you


Reply