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.
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.