Hello! I've created an application designed to help compare various price lists from different suppliers with a master product list by product name. Often, supplier price lists lack a universal unique product key, requiring manual comparison against your own product list.
The application allows you to upload up to three XLSX files, each containing columns for ID, product name, and price. You then designate one file as the master file and click "Process." The output is a single file with matched price lists, including a similarity coefficient and similarity rank so you can easily leave the rows you need (top 1 match or topN matched rows)
This is an MVP, and I would greatly appreciate any feedback from users.
Bookmarks