Pulling numbers out of a string

Hi @takbb,
I’ll answer your questions as you’ve listed them.

I don’t care about all the numbers - just specifically the result numbers which are located at a couple different spots in the string/document. So “page 3 of 4”, “NB-QCF-03”, etc. can be ignored. I was imagining searching for relevant data following the keywords of “Result”, “ResultRow2”, etc.

In terms of looking for the date, I am actually using the metadata from the pdf so I can live with ignoring dates listed within the pdf.

In terms of presentation, ideally I’d like each result listed in it’s own separate column so I can change to an integer/double and perform statistical analysis on this. I am not sure the easiest way to do this (column, row, comma delimited string), but I am working with multiple pdfs simultaneously so I assume individual columns would be easiest. Another complicating factor is that the “ResultRowX:” has a variable amount of numbers (integer/double) and changes ("ResultRow1/2/…) depending on the pdf.

Hopefully this paints a better picture.

Thanks!