Hello,

After several hours on different forums & posts, I haven't seen a good solution to resolve my problem. In many posts the solution is a patch, but I want a clean solution for import my images.

My import file is a .csv, in a column I have several images (separated by comma : image1.jpg,image2.jpg). I search a solution with Feeds tamper to import theses images in my field images (multivalues).

In feeds tamper, here is my process to import the different images :

photo -> Temporary target 1 > explode plugin > with ','
custom Photo -> Images: URI > rewrite plugin > public://images/[directory_custom]/[photo]

After the importation of my .csv, I get only the first image in my node.

If I use the Devel module and the _feeds_after_parse() function, I get an array for the "photo" field with 2 images, and only one result for the custom Photo field.

Is there a solution with Feeds tamper to resolve this problem?

Thanks for your help.

Comments

kumkum29 created an issue. See original summary.

kumkum29’s picture

Title: Rewrite module with multivalues (loop) » Rewrite module with multivalues : no-loop