I have a list of equipment IDs. Some are from an SAP datasource and others were manually entered. When manually entered correctly, our platform can match them to an SAP entry. Sometimes, individuals will enter them incorrectly and the logic isn't able to match them.
Here's an example:
FE12345
12345 --> in this case 12345 is the incorrectly added entry. It needs to be matched with FE12345
I'd also be interested to see other similar IDs that may be off by a single digit, but the priority is the above situation.
I tried Fuzzy Match but it doesn't seem to be able to identify the above strings as a match. What other ways could I do this?
Thanks!