I installed FeedAPI and Feedapi_mapper and I have successfully imported some feeds into the chosen node type.

Then I installed CSV parser and tried to import that data into a node type. I got it to work eventually and I have the nodes created from that data but when I hit the Map tab I always get this (even with feeds, not just csv):

warning: array_shift() [function.array-shift]: The argument should be an array in /etc/drupal/all/modules/feedapi/parser_simplepie/parser_simplepie.module on line 70.

Comments

aron novak’s picture

Can you attach your variable table to see the content-type configuration?
You may forgot to disable parser simplepie at the content-type where you enabled CSV Parser.

aron novak’s picture

Status: Active » Postponed (maintainer needs more info)
portulaca’s picture

How do I get to the variable table?

Under Content type I used (Feed) under FeedAPI I have Parser Common Syndication - only for PHP5 disabled (unticked) and Parser SimplePie enabled.

SimplePie gave more mapping options so I used it instead of the Common Syndication parser. Did I make the wrong choice?