Hi,
I am bringing in 5-6 PDF files and parsing out the top part of each file (a table with a random number of rows on each file). Anything after the main table is basically junk and is not needed. Is there a way to, for example, find the first [Null] in the first column and cut off all of the rest of the data? I would like to remove all of this before blending all of them back into the other data.