asked on July 12, 2024
I have a zonal ocr that I used set as multi-line, numeric
The values are:
Old Loan Number: 0000111111
Loan Number: 1000011111
The issue I am having is 'loan number' word is in both. How do I capture the 'new' loan number from the loan number location?
Old Loan Number: Type=token; input %(Get Account Numbers); pattern: Old Loan Number: (\d+); match case=no
Loan Number: Type = token; input %(Get Account Numbers); pattern: \nLoan Number: (\d+)
I've also tried the pattern ^old (no old)
0
0