On this page
- Debug
- Debug
- List
- Required if new (D6 only)
- Required if updating (D6 only)
- Term hierarchy (experimental)
- Number
- Math RPN (experimental)
- Other
- Conditional
- Entity Field Query by Field Collection
- PHP
- Text
- String to ID
- Search term by field
- Search term by language
- UTF-8 Encode (experimental)
- Feeds Tamper Convert Encoding (D8 only)
Contributed plugins
These plugins are provided by modules that extend Feeds Tamper.
Debug
Debug
Debug a value at any step of the tampering flow by using the webserver's error log, Drupal's watchdog, standard Drupal messages, or Devel's dpm() function.
See also Feeds Import Preview for debugging Feeds imports.
Filter
Required if new (D6 only)
Make this field required in case the item is new. If it is empty, the feed item will not be saved.
Required if updating (D6 only)
Make this field required in case the item already exist. If it is empty, the feed item will not be saved.
List
Term hierarchy (experimental)
This is a Feeds tamper module plugin to process hierarchical terms.
Number
Math RPN (experimental)
Apply a mathematical operation on a number using PEAR's Math_RPN package.
See also Mathematical operation provided by Feeds Tamper.
Other
Conditional
Import a value only if it meets a certain condition, like "equals", "contains" or "greater". If the value does not meet the condition, the value will be emptied.
Entity Field Query by Field Collection
Like the "Entity Field Query" plug-in that comes with Feed Tamper, except that it does the look-up by a value in a field collection item in a field collection of the target entity.
PHP
Feeds Tamper PHP provides a small and simple plugin to execute PHP code and modify data before it gets saved.
Text
String to ID
A more versatile alternative to feeds_entityreference and entityreference_feeds in that it just lets you quickly take feeds data (eg a string) and convert it into an entityreference based on title match (not GUID or other feeds import rules).
Search term by field
Searches for a term based on a field on the taxonomy. Sets the source value to the term ID, if found or leaves the source value untouched otherwise.
See also Entity Field Query finder provided by Feeds Tamper.
Search term by language
Searches for a term in a given language. For example, if the source contains the Dutch string "Appel" you could limit the search to Dutch taxonomy terms only. Sets the source value to the term ID, if found or to an empty value otherwise.
UTF-8 Encode (experimental)
Encodes an ISO-8859-1 string to UTF-8 using PHP's utf8_encode() function.
Feeds Tamper Convert Encoding (D8 only)
Provides a Feeds Tamper plugin to convert text from one encoding to another before it gets saved.
Help improve this page
You can:
- Log in, click Edit, and edit this page
- Log in, click Discuss, update the Page status value, and suggest an improvement
- Log in and create a Documentation issue with your suggestion