I manage procurement for a manufacturing company and we receive purchase orders from about 50 different suppliers. As you can imagine, every supplier has their own PO format.
I need to extract the same core data from each:
- PO number
- Line items (part number, description, quantity, unit price)
- Total amount
- Delivery date
- Supplier info
I’ve created about 10 templates so far for our highest-volume suppliers, but I can’t realistically create templates for all 50+.
Questions:
- Is there a ‘generic PO’ template approach that works reasonably well across formats?
- For line items/tables, what’s the best way to handle different table structures?
- Anyone automated the process of matching incoming POs to the right template?