Dear Alteryx community,
I am trying to use the PDF to text tools to extract a table in a pdf file. However the table contains empty cells in several column as below:

The resulting output from the tool are text strings as below:

I was trying to use regular expression to identify those blank cells. However from the regex perspective, it seems that those blank cells are read the same as those spaces between 2 consecutive numbers in a row. For example in the 1st row, the white space between (285,066) and (2,328) is equivalent to the long white space between (2,328) and 175 so it's unable to distinguish between them
Is there any good way to separate these text string to column, taking into consideration the fact that those long white space is a blank cell. Attaching the desired output for easy reference:

Thank you in advance!
Nick