Question

Extract field from pdf

  • 11 April 2023
  • 6 replies
  • 67 views

Badge +2

Hi

I’m extracting fields from my pdf files
folder contains 14 pdf’s 
But when bot runs it fills the data for 7 pdfs and the the following error occurred

The error occurred due to this line 

How to resolve this issue


6 replies

Userlevel 3
Badge +9

Hi @Aima Arif ,

Before doing the PDF Extract just put a message Box and in that put the path of the folder and files to check the location and the file is proper or not.

Userlevel 4
Badge +9

Hi @Aima Arif ,

I believe while extracting the data is missing/not captured the values so which showing the empty and the variable is not accepting the empty value.

Please Include the message box after the loop and check out the path and extracted results.

 

 

Badge +2

I’ve put a message box before and after loop, when i put message box before loop, it read all files in a folder but when i put message box after pdf extracted result , the loop will break after 7 pdfs and without showing error

Badge +2

I’ve put a message box before and after pdf extraction, when i put message box before loop, it read all files in a folder but when i put message box after pdf extracted result , the loop will break after 7 pdfs and without showing error

 

Userlevel 5
Badge +9

@Aima Arif 

So, Does it fail in the same document?  Skip any file to identify if exist any issue in the document.

Regards

Userlevel 5
Badge +10

@Aima Arif can u share screenshot of the files under the path ?

Reply