Feeds PHP array parser
Categories
Component ID
1371358
Component name
Feeds PHP array parser
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
1299
Component created
Component changed
Component body
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'),
)
