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?

Comments

Anonymous’s picture

Title: Feeds CSV Module issues » Feeds module needs input to be an array or it cuts input to first string $value[0]
Priority: Normal » Major

I 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

lixiphp’s picture

Assigned: Unassigned » lixiphp
Status: Active » Patch (to be ported)
StatusFileSize
new2.4 KB

Hi azin, I have updated the patch for you.

the patch can handle non-multiple value fields.

rjerome’s picture

Status: Patch (to be ported) » Fixed
azin’s picture

Many thanks @lixiphp and @rjerome, I confirm --dev works nicely for me now.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.