We tried to import a CSV file via Feeds with both 7.x-1.0-rc4 and current dev versions, biblio fields received only the first letter of each field imported.
The attached code worked. Please let me know if it makes sense, and should be turned into a patch?
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | biblio-arrary_lost_string_1806214.patch | 2.4 KB | lixiphp |
| biblio-1.feeds_.patch.inc_.txt | 6.02 KB | azin |
Comments
Comment #1
Anonymous (not verified) commentedI was having the same problem with an XML feeds import. I used feeds tamper to explode each field, but this works. Thanks!
Changed priority to major and changed title
Comment #2
lixiphp commentedHi azin, I have updated the patch for you.
the patch can handle non-multiple value fields.
Comment #3
rjerome commentedPatch committed... http://drupalcode.org/project/biblio.git/commit/12e5098
Comment #4
azin commentedMany thanks @lixiphp and @rjerome, I confirm --dev works nicely for me now.