My client is having some problems with their import, just updated to recent version but when submitting a 4,000 product CSV (with variations) it says it has processed 1999 items and redirects to the product list.
Is there any configuration or constant flag we are missing?
It may be that other records in file have id defined and that that id does not exists in system. If record is to be added as new product id should be empty.
If id exists update will be done, but if id does not exist that record will be omitted..
I rolled back to Version 2.0.62 (like 3 years old code, not 2.1.62)
The contents of the line 1901 are not the issue, I have to break large files in files below 1900 lines then it imports fine, but of course it's not convenient for the client so rolling back the version was the best option