Bulk Field Process
Component type
Maintenance status
Development status
Component created
Component changed
This module creates a framework for performing actions against field data. This all happens via direct queries which makes fast and also dangerous as none of the Drupal hooks are invoked.
Example use cases could include
- Updating data in every "text" type field
- Permanently replacing a token
- Updating any field value to a new default value

