A simple parser for the Feeds module that handles serialized PHP arrays.

If your data is coming across from a backend as a serialized nested array of items like the below example, this module is for you:

array(
  array('first_name' => 'Joe', 'last_name' => 'Drupalista'),
  array('first_name' => 'Jane', 'last_name' => 'Drupalster'),
)

Project information

Releases