Closed (outdated)
Project:
Feeds
Version:
6.x-1.0-beta10
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 May 2011 at 15:35 UTC
Updated:
16 Jun 2016 at 21:30 UTC
Jump to comment: Most recent
I have run across an issue where unicode characters cause data fields to be truncated. For example, if I was importing a field called "Description", and one of the rows read "Check out our new Amazo® Product", only ""Check out our new Amazo" is imported from that field.
I have tested this with tab and comma delimited and got the same results. I think the issue is with unicode characters because I see it happening with trademarks, copyrights, etc, but not ampersands and other more basic characters.
Comments
Comment #1
froboyCheck the encoding that the file is saved as. Is it encoded as "Unicode (UTF-8)" or something else like "Western". I also had issues until I changed the encoding to UTF-8, at which point my import proceeded fine.
Comment #2
twistor commented