Hello,
Can anyone help with the following problem?
I am attempting to add product images to my store on the front end via a .csv per the instructions given in the guide.
Everything was going well. Images were uploading. However, now when I try to get a csv validated prior to uploading I receive this error: "Empty column names"
Now I have gone back to prior csv files that were successful and I get the same error.
I have also tried validating product csv files that have successfully upoaded products to my catalog but I receive the same error for these files as well: "Empty column names"
Any ideas?
Solved! Go to Solution.
Apparently this was a disk size error. We had our dev increase our disk size and that did the trick.
Hello @shane_harris
Make sure you haven't removed any required column from the CSV.
Even if you don't use the attributes, required column should be there in CSV .
This is good advice. I believe I did delete required columns.
I will try your solution and report back.
Thanks for your help!
I have also tried validating product csv files that have successfully upoaded products to my catalog but I receive the same error for these files as well: "Empty column names"