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.

CommentFileSizeAuthor
feeds_url_whitespace.patch541 bytes13rac1

Comments

johnv’s picture

subscribe.

emackn’s picture

seems like this should be related to this #686470: Filefield mapper: URLs with spaces not parsed properly

rogarbe’s picture

Version: 7.x-2.x-dev » 7.x-2.0-alpha4

Sorry, 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.

13rac1’s picture

Version: 7.x-2.0-alpha4 » 7.x-2.x-dev

Does the patch apply correctly? I haven't used this functionality since last August when I wrote the patch.

summit’s picture

Hi,
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

franz’s picture

Status: Needs review » Needs work
twistor’s picture

Status: Needs work » Closed (duplicate)
twistor’s picture

Issue summary: View changes

Minor revision for readability.