Hi,
I am extracting a table from a PDF and writing it to an Excel sheet. I am writing 1 row at a time by looping through the table. I am using the following variable:
%ExtractedPDFTables[0].datatable[rowNumToWrite]%
I iterate rowNumToWrite until I have written all rows.
There are 8 columns in the row and I want to check if a specific column (for example column D) is empty or not. If empty, I do not want to write the row.
How can I specify in an IF group the column I want to test?
On a side note, is there any good documentation that lists all the "add ons" you can append to a variable? For the ExtractedPDFTable variable, I only found by searching far and wide that you can put .datatable and row# after it. When I check the variable in the PAD editor and drill down it only offers "count".