Closed (fixed)
Project:
Feeds
Version:
7.x-2.0-alpha4
Component:
Miscellaneous
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
24 Feb 2012 at 23:19 UTC
Updated:
12 Mar 2012 at 22:20 UTC
Hi,
I don't know if this is a bug, something I'm doing wrong, or something by design, but almost every field I import from a CSV file starts with a space.
When my UTF-8 CSV file is like this:
Field-1, Field-2, Field-3
"This", "is", "very weard"
the imported field end up in the database like this
Field-1: " This"
Field-2: " is "
Field-3: " very strange"
As a workaround I trim the imported fields in the database, but I suppose this is not the way it should be???
Comments
Comment #1
wusel commentedTry to avoid the "space" between the fields in your CSV-file like:
Comment #2
GeertWil commentedThank you Wusel. The solutions may seem obvious, but I coulnd't find it myself.
You make my day.
Comment #3
wusel commented