Closed (fixed)
Project:
Feeds Tamper
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Minor
Category:
Task
Assigned:
Reporter:
Created:
2 Feb 2011 at 09:22 UTC
Updated:
10 Aug 2011 at 23:21 UTC
If you have more than one tamper applied to a field, does the order in which you create the tampers matter? e.g. apply a regexp first, then do something else, followed by another something else.
Comments
Comment #1
twistor commentedThat depends on what actions you are performing. Order of operations is important for something. If you were to explode a value into multiple values, you would most likely want to do that first. Then the subsequent operations would be applied per value. It can also be an issue with find/replace operations. The latest version makes the plugins sortable for just that reason.
Comment #2
twistor commented