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

Skip record import if primary key should have data but is empty #51

Closed mc12345678 closed 5 years ago

mc12345678 commented 5 years ago

Skips trying to process an import record if the primary key has no data but the primary key is expected to have data. I.e. blank_new supports having an empty primary_key so that a record would be imported; however, products_id does not and there should not be a value of 0 for a products_id.