I have a csv which I'm using as a master to update my catalogue, products, descriptions, prices etc. It works fine, however, I've just run an import, and got some errors at the end. Some are missing images which are easily sorted, but I have a few which say "Line XXX: Attempt to update details for a deleted product."
Obviously where "xxx" is it gives me a line number which I assume corresponds to the line in my CSV file, but upon checking, it isn't. Some of the line numbers go beyond the amount of lines I have in the csv. How can I find out which these products are and get rid of the errors?
Obviously where "xxx" is it gives me a line number which I assume corresponds to the line in my CSV file, but upon checking, it isn't. Some of the line numbers go beyond the amount of lines I have in the csv. How can I find out which these products are and get rid of the errors?