There is an open data standard for Retail and Distributor data models/database designs hosted by the Open Group. It addresses UPC/GTIN to internal product codes mapping. You might want to look that up.
EDI cross reference table
Jonathan Brotto
420
Reputation points
Any suggestions on building and maintaining a table in SQL server that will be used to cross refence for EDI?
Accepted answer
1 additional answer
Sort by: Most helpful
-
Ruel G. Cabusas 210 Reputation points
2024-05-09T14:31:08.3233333+00:00 Hi Jonathan Brotto,
In my previous projects, we usually call it product mapping and if I understand it correctly this is how I will do it.
If you want it to be exported as .csv you can do it pragmatically in T-SQL but I usually have it done using SSIS.
Do you need a code or the illustration is enough?