I tired to import multiple images like here:
https://drupal.stackexchange.com/questions/225669/how-to-import-multiple...

Modules Explode and Rewrite work separately, but do not work together.
tampers

After importing I have message:
Client error: `GET http://sitename.com/files/image1.jpg,image2.jpg` resulted in a `404 Not Found` response:

CommentFileSizeAuthor
tampers.jpg20.35 KBVasyOK
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

VasyOK created an issue.

studio-days’s picture

Rewriting after Exploding will rewrite each key value of the array with whatever you put in the rewrite text box. Unless you rewrite using a token that is referencing another array. This works as designed (I'm using this functionality successfully)

It seems like you should Rewriting BEFORE Exploding.

VasyOK’s picture

Sory it doesn't work.
If i place Rewrite plugin before Exploding - it write:
cURL error 3: (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)

damondt’s picture

This should work before or after explode and loop over the array if after. How does tamper normally handle multiple values? Should this be handled in the tamper module and it loop over values if there are multiple?