- 🇳🇱Netherlands megachriz
Retitling and I don't think this is critical.
I've also updated the issue summary.
Had to import XLSX files that similarly did not have the filename in the url. The attached patch works for me.
- First commit to issue fork.
When a file to import fails to download, the whole item does not get imported.
title,image
Lorem,https://www.example.com/non-existent.jpg
Current result:
Client error: `GET https://www.example.com/non-existent.jpg` resulted in a `404 Not Found` response
CSV: Failed importing 1 Article.
Add an option on the file target to ignore failed file downloads and log these as a warning instead.
Import the rest of the item.
Failed importing 8 Products.
Client error: `GET https://api.skl-co.ru/files/3f/7c/BAS65SRi77_photo_photo_01.jpg` resulted in a `404 Not Found` response: 404 Not Found
404 Not Found
Needs work
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Retitling and I don't think this is critical.
I've also updated the issue summary.
Had to import XLSX files that similarly did not have the filename in the url. The attached patch works for me.