Hi all! I am running into a problem. One of my invoices has a part as shown below. I use the following regex to indentify and extract the amount (Totaalbedrag):
amount: Totaalbedrag\s+€\s+([+-]?[0-9]{1,3}(?:.?[0-9]{3})*(?:,[0-9]{2})?)
An online regex tester recognizes the line, however somehow invoice2data can't find this line. I am getting stuck here. Has somebody any idea what is going wrong? Thanks for the help!
`
Pensioenpremie
Verrekeningen juli 2019 t/m april 2021 € -3.374,27
Totaalbedrag € -3.374,27
`
Hi all! I am running into a problem. One of my invoices has a part as shown below. I use the following regex to indentify and extract the amount (Totaalbedrag):
amount: Totaalbedrag\s+€\s+([+-]?[0-9]{1,3}(?:.?[0-9]{3})*(?:,[0-9]{2})?)
An online regex tester recognizes the line, however somehow invoice2data can't find this line. I am getting stuck here. Has somebody any idea what is going wrong? Thanks for the help!
`
`