This is a little bit more of a complex problem so I will give you a little more detail.
I am trying to transfer data from a large number of pdfs into an excel sheet.
So the pdf's I am working with come in slightly different formats. One of them (See First Image (bottom page)) has a single table that I need. However, when I run this type of pdf through the Extracted PDF tables command, I always received back 2 tables. One (2 columns and x number of rows) with the information of the Metered Rate, Tubing Pressure, Mechanical Loss, etc. The Second table (the data I need) picks up the rest of the data (ex: 998 - 1018, PERI, 1134 - 1145 100%). As a result I use the command Write to Excel Worksheet on the following value ExtractedPDFTables[1].datatable in order to only pick up the data from the second table and then import said data into my excel spreadsheet. This is what I want to happen.
However, when doing the second type of pdf (please see 1st image first page), the program has a problem. With this type of pdf there are two tables that I will need to extract to Excel. However, when running the Extracted PDF tables, it still only picks up 2 tables. The second table comes out exactly how the second table comes out in the first scenario so I have no problems. However, the first table includes the undesired information along with the data I need. I have attached images of first scenario in image 2 and the images of second type of pdf in image 3.
For clarification for the second scenario first table, I only want the information in rows 5-6.
I am wondering if there are any workarounds or solutions you guys may have to workaround this issue. Thanks for your time.