Hi,
I read a PDF to text file. In that text file, the header row comes in one row and the data row comes into another row. For example:
Previous Amount Received Forward Adjustments 3/12/2022 Total Amount Due
$2,127.56 -$2,127.56 $0.00 $0.00 $3,137.56 $6,137.56
I need to get Total Amount due from the above. How to map exactly Total Amount due to the amount below? Please advise in general every data with headers and data columns. Thank you,
That’s irrelevant. You don’t split the header row, it’s irrelevant. Just split the data row to get the last value, because we know that’s the value you want.