I made a CSV containing only the product SKUs and new prices I want for them. (so only two variables). It updates correctly, but then the title for each updated product gets deleted and becomes blank.

Every other field is left as it was before (both required and non-required fields), so I am not sure if this is a bug or working as designed. Thoughts?

The solution I am using right now is adding the title to the CSV file, and then it works correctly.

*Edit: Any images that were link to the product also disappears after the update import

CommentFileSizeAuthor
#2 product-import-inital.txt288 bytesmengi
#2 product-import-update.txt55 bytesmengi

Comments

pcambra’s picture

Can you provide a file to test this?

mengi’s picture

StatusFileSize
new55 bytes
new288 bytes

Sure, here are the initial csv file and then the one I used to update the prices (which will end up with the titles deleted and image removed after import).

FYI, I had to attach them as .txt files.

BoySherman’s picture

I can confirm that this also happens when you simply add new products.

pcambra’s picture

Category: bug » support

I guess this is default Feeds behavior, if you use an importer that has those fields informed and they're not in the file, it will update them as not present. I don't think commerce feeds is doing anything special there, try to set two importers one with the full set of fields for initial import and other for the update just with the fields you want to update.

pcambra’s picture

Issue summary: View changes

Images are also missing

bassplaya’s picture

Issue summary: View changes

I also had a problem with the import in that it didn't take my "Title" but that was due to the fact that I had mapped the field_title to my Title
Title (title_field) The Title field of the entity.
under the legends > target

Of course that has to be product title.
Product title (title) The product title.