How to parse string from bank statements
Hi,
We have a requirement to parse the invoice number & customer name from the bank statement lines to make a AR receipt. I was able not able to extract the invoice number in a below scenario
Source Data
/GRE/ xxxx/123455 xxxx
I want to extract 123455 from the above string. /GRE/is constant value and XXXX varies each time. I cannot use GRE/[8-6] condition as this number position is not constant and it varies each time.
Regards,
Madhu
0