We're trying to utilize AI for our invoice processing. AI recognizes the vendor names as printed on the invoice fairly well. The problem is the name on the invoice may not match the vendor name in our AP system.
For example the invoice might just have "Business Name", but in our AP system the vendor is in there as "Business Name, LLC" or "The Business Name, LLC". So it's not a direct match.
So I'm trying to come up with a way for our internal vendor name (and vendor number) to get matched up with what AI recognizes.
I can do a conditional statement that takes the AI result and says that equals our vendor name, but there would be a lot of those statements.
I thought about doing a sharepoint list lookup where it takes the AI response and checks it against a sharepoint list to see if any AI Item contains what is in the sharepoint list item. The problem with that is it looks for a whole match and not a partial match.
Is there a better way to solve this problem, or am I stuck with a whole bunch of conditional statements?

Report
All responses (
Answers (