Closed (works as designed)
Project:
Feeds
Version:
6.x-1.0-beta11
Component:
Feeds Import
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Oct 2011 at 10:05 UTC
Updated:
10 May 2012 at 14:36 UTC
I am importing node content from a CSV file but it is delimiting strings on a "£" symbol when this isn't supposed to happen. I have tried importing to both the Body field and a CCK text field but this still happens. Any ideas please?
Thanks.
Comments
Comment #1
mrtbc commentedAnyone please?
Comment #2
wusel commentedPlease have a look at #1298102: Document the need for Byte Order Marker in CSV files with non-ASCII characters-#3.
Maybe it can help you, even if it concerns another import module (Migrate).
Much success.
Comment #3
johnvSaving the CSV file as UTF-8 instead of ANSI resolved this problem for me. (on Windows, the simple Notepad editor has this setting when you do 'Save as..')
Comment #4
wusel commentedPlease look at http://drupal.org/node/1285276#note2 (for Migrate),
but in Feeds you can change the delimiter to "," or ";" or ...