mc12345678 / EasyPopulate-4.0

Data import and export module for Zencart 1.3.x and 1.5.x
GNU General Public License v2.0
10 stars 8 forks source link

Full product import missing primary key generates error #50

Closed mc12345678 closed 5 years ago

mc12345678 commented 5 years ago

If the primary key is missing from the import file, then upon import a sql error was generated when attempting to select the existing data for each line of the import file. This skips processing the individual lines of the file if the primary key is not in the file. No backup primary key is provided/attempted.