If you want to import a multiple value field, you should use the
module feeds_tamper to alter the data that are passed to feeds.
In our example you just need to :
- add a column on the CSV file, named "Pictures", which
contains a list of image path separated by a "|" for
example.
- add the field "pictures" to the mapping on feeds.
- on the mapping page, click on "configure feeds tamper" to
add a plugin which will explode the list of paths from the field
(using the correct separator).
Then, use feeds_tamper to explode the liste for that fields.
Import multiple images
If you want to import a multiple value field, you should use the module feeds_tamper to alter the data that are passed to feeds.
In our example you just need to :
- add a column on the CSV file, named "Pictures", which contains a list of image path separated by a "|" for example.
- add the field "pictures" to the mapping on feeds.
- on the mapping page, click on "configure feeds tamper" to add a plugin which will explode the list of paths from the field (using the correct separator).
Then, use feeds_tamper to explode the liste for that fields.
Hope it helps ^^
GuGuss