- πΊπ¦Ukraine vasyok
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) - πΊπΈUnited States damondt
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?
- Status changed to Closed: duplicate
5 days ago 10:15am 31 July 2025 - π³π±Netherlands megachriz
This was already reported before in π Rewrite plugin does not work after Explode Closed: duplicate . However, I just closed that one as a duplicate too because a fix for this issue is now available in a combination of two other issues:
-
π
"Rewrite" plugin doesn't work right
Active
This ensures that the data of previously applied Tamper plugins (thus before the Rewrite plugin) is written back to the item. The Rewrite plugin then finds the most up to date data on the item. -
β¨
Rewrite plugin: iterate through values to rewrite
Needs work
Among other things, this adds support for arrays for the Rewrite plugin. If your initial source value is for exampleFoo,Bar,Qux
and you explode that using a comma as separator and then use the Rewrite plugin to add a "x" to it, you'll get["Foox","Barx","Quxx"]
instead of["Foox","Foox","Foox"]
.
-
π
"Rewrite" plugin doesn't work right
Active