Closed (duplicate)
Project:
Feeds
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Aug 2011 at 23:15 UTC
Updated:
15 May 2013 at 00:17 UTC
I've got a CSV and directory structure of images from a client. The directory structure and file names contain spaces causing the import to fail. This patch changes spaces to %20, letting the import succeed.
| Comment | File | Size | Author |
|---|---|---|---|
| feeds_url_whitespace.patch | 541 bytes | 13rac1 |
Comments
Comment #1
johnvsubscribe.
Comment #2
emackn commentedseems like this should be related to this #686470: Filefield mapper: URLs with spaces not parsed properly
Comment #3
rogarbe commentedSorry, but it doesn't work.
The file is copied correctly in the filesystem, but the automatized copies of the image type doesnt work correctly. They didnt copied.
Comment #4
13rac1 commentedDoes the patch apply correctly? I haven't used this functionality since last August when I wrote the patch.
Comment #5
summit commentedHi,
No the patch is not working correcty.
The line to change is now on another place. But is this patch still necessary with latest 2.dev in which http://drupal.org/node/686470 is committed as told in #2?
By the way both these patches do not help me with my problem of: http://drupal.org/node/1411902
Greetings, Martijn
Comment #6
franzComment #7
twistor commentedClosing as dupe of, #686470: Filefield mapper: URLs with spaces not parsed properly.
Comment #7.0
twistor commentedMinor revision for readability.