Can anybody look into my PDF EXTRACTION file and let me know the error. I am trying to extract invoice details(Invoice no., Vendor name, date, Description, etc.,) from pdf and writing it to excel. But while reading description to excel I am encountering an unusual error which says there is no row in position 1.
I have attached my xaml file for reference along with sample pdf Pdf.xaml (60.5 KB)
This is the place I m getting an error… Assign you are pointing is a column which I will be adding manually to add folder path of the particular invoice Report 09-30-2022 15-17-43.xlsx (8.4 KB)
The read excel while basically looks something like this where Items column is extracted as “TABLE”
Can you add assign before for each(where you are adding items) to assign counter = 0 and change counter’s scope to 1st Body sequence(where you are looping on pdfs)?
@sharon.palawandram I had given a condition which tells if the vendor addr has “Houston” name then Class will be Houston office or Baton Rouge Office. Since the first row is empty it is showing up like that… I dont understand why we have blank row there