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'),
)

Downloads

Recommended releases

Version Downloads Date Links
7.x-1.0 tar.gz (8.97 KB) | zip (10.58 KB) 2011-Dec-20 Notes

Development releases

Version Downloads Date Links
7.x-1.x-dev tar.gz (8.98 KB) | zip (10.58 KB) 2011-Dec-20 Notes

Project Information


Maintainers for Feeds PHP array parser

Issues for Feeds PHP array parser

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports