CSV Import experts - how would you recommend addre...
# general
e
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
map the line ID since its always unique
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.
e
oh, that makes sense. thank you!
👍 1