I have been assigned the task of automating entering of supplier prices and inventory based on our master google sheet.
I have limited programming knowledge, but so far I have made code that can create an order sheet and send it via E-mail.
The problem I'm facing now is that the prices are based on pdf/xlsx files we receive from our suppliers, and each file has its own way of naming the same item, not to mention the format.
Right now I'm having to manually convert pdf tables to excel, then copy the data into a google sheet, then run a code I made for each supplier that searches and copy the price to the proper location on our spreadsheet. It's definitely not optimal but still a lot quicker than hand typing them in.
Is there a better way to update the prices?