CSV Import experts - how would you recommend addressing the following error on a purchase order import? Specifically, I'm updating line items on existing purchase orders.
This record contains duplicated key or keys. Please correct it before next update.
a
AK47
12/19/2023, 4:52 PM
map the line ID since its always unique
AK47
12/19/2023, 4:52 PM
if the same item is on the PO twice, you'll get that error since it doesn't know which item to update, but if you map the line ID, then its unique and it knows what to update.