I get two errors when I try to upload my products with a CSV file.
Title can’t be blank
Handle is too long (maximum is 255 characters)
I have double, triple and quadruple checked that none of my titles are blank and that none of my handles are too long (they’re all under 50 chars even).
Hi @lazzlo ,
Your file is formated incorrectly, seems like there is some quote wrapping which wraps all the line which results in misformed data where only 1 field exist and it’s considered as handle by shopify, all the other fields are blank. Try to open your file on Excel and you will see that file isn’t formated properly, attaching screenshot how I can see your file.
So it seems to work when I remove the quotes for the Body (HTML) column. But the reason I added the quotes is because the body contains commas. How can I include commas in a column without the system thinking that this comma means that the column has ended?
@lazzlo open this file using text editor and you will see quotes escaping (attaching screenshot). Excel allows you to take a look af final result (where quotes escaping is already applied as well as quotes wrapping which allows you to use commas).
Also keep in mind that if you wrap body with quotes on your file and later on edit such file on excel it may remove those quotes because it excel save visible values and not actual ones, so be carefull while working with such files.
If you want to upload catalog which has such descriptions I can suggest you to use tools which allows you to upload your catalog using excel files which doesn’t require such escaping.
If you want you can take a look at my tool Feeds Bridge which allows you to upload Excel files and those can be synchronized to shopify. It’s free to use up to 500 SKUS.