Bulk CSV Delete
13 sites
No security coverage
This module provides a Drush command to delete nodes from your Drupal site. You can supply a CSV file containing references to the nodes you want to remove, making it efficient for deleting large numbers of nodes.
Features
This module provides a drush command so you can provide a CSV file with a reference. These references will be used to match existing nodes in a database to delete them. This drush command is built specifically to handle large node deletions up to at least 100,000 node deletions.
Post-Installation
When the module is installed place your CSV file in your private directory and run the drush command.
This module is currently in developemnt. Specific instructions will be added when the given feature is implemented.